9 lines
217 B
SYSTEMD
9 lines
217 B
SYSTEMD
|
[Unit]
|
||
|
Description=OpenSLP daemon for the Service Location Protocol
|
||
|
After=network.target nss-lookup.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/slpd -d
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|