summarylogtreecommitdiffstats
path: root/wsdd.service
diff options
context:
space:
mode:
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