ampr-ripd/ampr-ripd.service
2014-08-29 15:32:08 +02:00

12 lines
228 B
Desktop File

[Unit]
Description = AMPR Routing Daemon
After = network.target
[Service]
Type = forking
PIDFile = /run/ampr-ripd.pid
ExecStart = /usr/sbin/ampr-ripd
ExecReload = /bin/kill -HUP $MAINPID
[Install]
WantedBy = multi-user.target