summarylogtreecommitdiffstats
path: root/wsdd.service
diff options
context:
space:
mode:
authorDonald Webster2019-07-22 12:22:59 -0700
committerDonald Webster2019-07-22 12:22:59 -0700
commit9752d8d4d78d1d1f91ed7ea6b7ac78f0b35c5760 (patch)
tree25bf96d29dfa64845f60d2e66fb344d2704dd384 /wsdd.service
parentf1fc9f1a5acd1c3682808cdb861ca9a22b88583b (diff)
downloadaur-9752d8d4d78d1d1f91ed7ea6b7ac78f0b35c5760.tar.gz
Update to v0.4 and re-import its systemd service file.
Diffstat (limited to 'wsdd.service')
-rw-r--r--wsdd.service10
1 files changed, 7 insertions, 3 deletions
diff --git a/wsdd.service b/wsdd.service
index 41fc190339a9..3fa6ed375577 100644
--- a/wsdd.service
+++ b/wsdd.service
@@ -1,12 +1,16 @@
[Unit]
Description=Web Services Dynamic Discovery host daemon
-After=network.target
+; Start after the network has been configured
+After=network-online.target
+Wants=network-online.target
+; It makes sense to have Samba running when wsdd starts, but is not required
+;Wants=smb.service
[Service]
-Type=simple
-ExecStart=/usr/bin/wsdd --workgroup WORKGROUP
User=wsdd
Group=wsdd
+Type=simple
+ExecStart=/usr/bin/wsdd --shortlog
[Install]
WantedBy=multi-user.target