Initialize Git Repository: 'WSDD'
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Web Services Dynamic Discovery service
|
||||
Documentation=man:wsdd(8)
|
||||
Requires=wsdd-discovery.socket
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
AmbientCapabilities=CAP_SYS_CHROOT
|
||||
EnvironmentFile=-/etc/default/wsdd
|
||||
ExecStart=/usr/sbin/wsdd $WSDD_DISCOVERY_PARAMS
|
||||
DynamicUser=yes
|
||||
User=wsdd
|
||||
Group=wsdd
|
||||
RuntimeDirectory=wsdd
|
||||
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Web Services Dynamic Discovery API socket
|
||||
Documentation=man:wsdd(8)
|
||||
|
||||
[Socket]
|
||||
ListenStream=%t/wsdd.socket
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
||||
@@ -0,0 +1,18 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user