summarylogtreecommitdiffstats
path: root/wsdd.service
blob: 3fa6ed3755779791e1baab0f4a6cf6ca16dbe311 (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

[Install]
WantedBy=multi-user.target