This commit is contained in:
parent
8337d8dde4
commit
2ce0a0601c
14 changed files with 566 additions and 1 deletions
11
files/openslp.service
Normal file
11
files/openslp.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue