summarylogtreecommitdiffstats
path: root/wsdd.service
diff options
context:
space:
mode:
authorJustin Gottula2021-07-08 16:28:31 -0700
committerJustin Gottula2021-07-08 16:28:31 -0700
commitf87632201cb5142bf6e1b15f0800db382c63175b (patch)
treeec6e3ec2d405c63319aa14254600ff5fd8ddb12e /wsdd.service
parente13522b9081e3edc9bce4cd692b3219cb6e66386 (diff)
downloadaur-f87632201cb5142bf6e1b15f0800db382c63175b.tar.gz
Ease modification of wsdd parameters by using systemd environment file
Diffstat (limited to 'wsdd.service')
-rw-r--r--wsdd.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/wsdd.service b/wsdd.service
index 3444a3570e14..5a557606a897 100644
--- a/wsdd.service
+++ b/wsdd.service
@@ -9,7 +9,9 @@ Wants=network-online.target
[Service]
DynamicUser=yes
Type=simple
-ExecStart=/usr/bin/wsdd --shortlog --workgroup WORKGROUP
+; Daemon parameters (including e.g. workgroup) are now set via config file:
+EnvironmentFile=/etc/conf.d/wsdd
+ExecStart=/usr/bin/wsdd $PARAMS
[Install]
WantedBy=multi-user.target