summarylogtreecommitdiffstats
path: root/wsdd.service
blob: 41fc190339a913d2cff7808117648bd642f6b893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Web Services Dynamic Discovery host daemon
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/wsdd --workgroup WORKGROUP
User=wsdd
Group=wsdd

[Install]
WantedBy=multi-user.target