summarylogtreecommitdiffstats
path: root/wsdd.service
blob: a2b60f944148416c36a4b939cb6743ebc0785e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Web Services Dynamic Discovery host daemon
; 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]
User=wsdd
Group=wsdd
Type=simple
ExecStart=/usr/bin/wsdd --shortlog --workgroup WORKGROUP

[Install]
WantedBy=multi-user.target