16 lines
402 B
Desktop File
16 lines
402 B
Desktop File
[Unit]
|
|
Description=RIP routing daemon for IPv6
|
|
BindTo=zebra.service
|
|
After=zebra.service
|
|
ConditionPathExists=@SYSCONFDIR@/quagga/ripngd.conf
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-@SYSCONFDIR@/default/quagga
|
|
ExecStart=@SBINDIR@/ripngd -d $ripngd_options -f @SYSCONFDIR@/quagga/ripngd.conf
|
|
ExecStopPost=@base_bindir@/rm -rf /run/quagga/ripngd.pid
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|