summarylogtreecommitdiffstats
path: root/openslp.service
diff options
context:
space:
mode:
authorMantas Mikulėnas2018-01-15 08:01:25 +0200
committerMantas Mikulėnas2018-01-15 08:01:25 +0200
commit50a69b07a95a26d74054adaeea96a963e5eba6fc (patch)
treedaff1945614340cce409e142ac97621f1e3178d7 /openslp.service
downloadaur-50a69b07a95a26d74054adaeea96a963e5eba6fc.tar.gz
initial import
Diffstat (limited to 'openslp.service')
-rw-r--r--openslp.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/openslp.service b/openslp.service
new file mode 100644
index 000000000000..a3c306aa281d
--- /dev/null
+++ b/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