1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| [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
|
|