New upstream release
[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 Documentation=man:ripngd
9
10 [Service]
11 Type=forking
12 EnvironmentFile=/etc/sysconfig/quagga
13 ExecStartPre=-/bin/chmod -f 640 /etc/quagga/ripngd.conf
14 ExecStartPre=-/bin/chown -f $QUAGGA_USER:$QUAGGA_GROUP /etc/quagga/ripngd.conf
15 ExecStart=/usr/sbin/ripngd -d $RIPNGD_OPTS -f /etc/quagga/ripngd.conf
16 Restart=on-abort
17
18 [Install]
19 WantedBy=multi-user.target