summarylogtreecommitdiffstats
path: root/wsdd.service
blob: 5a557606a897ea1a8f9ac5bda38b0afacde5f287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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]
DynamicUser=yes
Type=simple
; 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