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