summaryrefslogtreecommitdiffstats
path: root/abs/extra/openslp/openslp.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/openslp/openslp.service')
-rw-r--r--abs/extra/openslp/openslp.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/openslp/openslp.service b/abs/extra/openslp/openslp.service
new file mode 100644
index 0000000..a3c306a
--- /dev/null
+++ b/abs/extra/openslp/openslp.service
@@ -0,0 +1,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