16 lines
344 B
Desktop File
16 lines
344 B
Desktop File
[Unit]
|
|
Description=NHRP daemon
|
|
Documentation=man:nhrpd(8) man:zebra(8)
|
|
BindsTo=zebra.service
|
|
After=network.target zebra.service
|
|
ConditionPathExists=/etc/quagga/nhrpd.conf
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/quagga/nhrpd.pid
|
|
ExecStart=/usr/sbin/nhrpd -d
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|