summaryrefslogtreecommitdiffstats
path: root/abs/extra/openslp/openslp.service
blob: a3c306aa281d581c31e6c63b35431e0ce714f091 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Service Location Protocol
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/slpd -c /etc/slp.conf -r /etc/slp.reg -s /etc/slp.spi
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=network.target