All checks were successful
Build / Build project (push) Successful in 1m26s
11 lines
207 B
Desktop File
11 lines
207 B
Desktop File
[Unit]
|
|
Description=OpenSLP daemon for the Service Location Protocol
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/slpd
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=network.target
|