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