You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/openslp/files/slpd.service

11 lines
203 B

[Unit]
Description=Service Location Protocol
After=network-online.target
[Service]
ExecStart=/usr/sbin/slpd -l /var/log/slpd.log -d
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=network.target