openslp/slpd.service
OBS User mrdocs 739201d710 Accepting request 242642 from home:elvigia:branches:network:utilities
- 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
2014-07-28 03:30:41 +00:00

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