Import Upstream version 1.2.2
[quagga-debian.git] / redhat / ripngd.service
1 [Unit]
2 Description=RIP routing daemon for IPv6
3 BindsTo=zebra.service
4 Wants=network.target
5 After=zebra.service network-pre.target
6 Before=network.target
7 ConditionPathExists=/etc/quagga/ripngd.conf
8
9 [Service]
10 Type=forking
11 EnvironmentFile=/etc/sysconfig/quagga
12 ExecStart=/usr/sbin/ripngd -d $RIPNGD_OPTS -f /etc/quagga/ripngd.conf
13 Restart=on-abort
14
15 [Install]
16 WantedBy=multi-user.target