- Add native systemd unit OBS-URL: https://build.opensuse.org/request/show/98001 OBS-URL: https://build.opensuse.org/package/show/network:utilities/openslp?expand=0&rev=14
9 lines
217 B
Desktop File
9 lines
217 B
Desktop File
[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 |