2.0.0
Some checks failed
Build / Build project (push) Has been cancelled

This commit is contained in:
Alexander Zhirov 2025-05-03 16:21:22 +03:00
parent 8337d8dde4
commit e3f2094e13
Signed by: alexander
GPG key ID: C8D8BE544A27C511
13 changed files with 565 additions and 0 deletions

11
files/openslp.service Normal file
View file

@ -0,0 +1,11 @@
[Unit]
Description=OpenSLP daemon for the Service Location Protocol
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/slpd -c /etc/openslp/slp.conf -r /etc/openslp/slp.reg -s /etc/openslp/slp.spi
ExecReload=/bin/kill -HUP $MAINPID
[Install]
After=network.target