- Do not apply previous patch to distros without systemd. - Limit init script usage only to legacy products. - openslp.sd_notify.diff make slpd systemd service of type notify instead of simple, to avoid startup races. OBS-URL: https://build.opensuse.org/request/show/242642 OBS-URL: https://build.opensuse.org/package/show/network:utilities/openslp?expand=0&rev=34
10 lines
229 B
Desktop File
10 lines
229 B
Desktop File
[Unit]
|
|
Description=OpenSLP daemon for the Service Location Protocol
|
|
After=network.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/sbin/slpd -d
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
[Install]
|
|
WantedBy=multi-user.target |