2.0.0
All checks were successful
Build / Build project (push) Successful in 1m46s

This commit is contained in:
Alexander Zhirov 2025-05-03 16:23:02 +03:00
parent 8337d8dde4
commit 2ce0a0601c
Signed by: alexander
GPG key ID: C8D8BE544A27C511
14 changed files with 566 additions and 1 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