This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
AmbientCapabilities=CAP_SYS_CHROOT
-
DynamicUser=yes
-
Environment=WSDD_ARGS=-p
-
EnvironmentFile=-/etc/sysconfig/wsdd
-
EnvironmentFile=-/run/wsdd/env-vars
-
EnvironmentFile=/etc/default/wsdd
-
ExecStart=/usr/bin/wsdd --shortlog $OPTIONS
-
ExecStart=/usr/sbin/wsdd --shortlog --chroot=/run/wsdd $WSDD_PARAMS
-
ExecStart=/usr/sbin/wsdd --shortlog -c /run/wsdd $WSDD_ARGS
-
ExecStartPost=/usr/bin/rm /run/wsdd/env-vars
-
ExecStartPre=/usr/libexec/wsdd-init.sh
-
Group=wsdd
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
RestrictRealtime
Introduced in systemd 231=yes -
RuntimeDirectory=wsdd
-
Type=simple
-
User=wsdd
-
-
[Unit]
-
After=network-online.target
-
Description=Web Services Dynamic Discovery host daemon
-
Documentation=man:wsdd(1)
-
Documentation=man:wsdd(8)
-
Wants=network-online.target
-
Wants=network-online.target smb.service
-
Additionnal notes
Nothing here.