18 lines
371 B
Desktop File
18 lines
371 B
Desktop File
[Unit]
|
|
Description=Web Services Dynamic Discovery host daemon
|
|
Documentation=man:wsdd(8)
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
AmbientCapabilities=CAP_SYS_CHROOT
|
|
EnvironmentFile=-/etc/default/wsdd
|
|
ExecStart=/usr/sbin/wsdd $WSDD_PARAMS
|
|
DynamicUser=yes
|
|
User=wsdd
|
|
Group=wsdd
|
|
RuntimeDirectory=wsdd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |