David Ward | 4b5a210 | 2012-04-29 16:47:08 -0400 | [diff] [blame] | 1 | [Unit] |
2 | Description=RIP routing daemon for IPv6 | ||||
3 | BindTo=zebra.service | ||||
4 | After=syslog.target network.target zebra.service | ||||
5 | ConditionPathExists=/etc/quagga/ripngd.conf | ||||
6 | |||||
7 | [Service] | ||||
8 | Type=forking | ||||
9 | EnvironmentFile=/etc/sysconfig/quagga | ||||
10 | ExecStart=/usr/sbin/ripngd -d $RIPNGD_OPTS -f /etc/quagga/ripngd.conf | ||||
11 | Restart=on-abort | ||||
12 | |||||
13 | [Install] | ||||
14 | WantedBy=network.target |