12 lines
228 B
Desktop File
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
|