Accepting request 798045 from home:hgraeber
Implementation of a ws-discovery protocol daemon. Helps to make samba servers more discoverable by windows clients and dolphin 20.04 OBS-URL: https://build.opensuse.org/request/show/798045 OBS-URL: https://build.opensuse.org/package/show/network/wsdd?expand=0&rev=1
This commit is contained in:
19
wsdd.service
Normal file
19
wsdd.service
Normal file
@@ -0,0 +1,19 @@
|
||||
[Unit]
|
||||
Description=Web Services Dynamic Discovery host daemon
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
AmbientCapabilities=CAP_SYS_CHROOT
|
||||
PermissionsStartOnly=true
|
||||
Environment= WSDD_ARGS=-p
|
||||
ExecStartPre=/usr/lib/wsdd/wsdd-init.sh
|
||||
EnvironmentFile=-/run/sysconfig/wsdd
|
||||
ExecStart=/usr/sbin/wsdd --shortlog -c /run/wsdd $WSDD_ARGS
|
||||
ExecStartPost=/usr/bin/rm /run/sysconfig/wsdd
|
||||
User=wsdd
|
||||
Group=wsdd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user