2 Description=OSPF routing daemon
5 After=zebra.service network-pre.target
7 ConditionPathExists=/etc/quagga/ospfd.conf
8 Documentation=man:ospfd
12 EnvironmentFile=/etc/sysconfig/quagga
13 ExecStartPre=-/bin/chmod -f 640 /etc/quagga/ospfd.conf
14 ExecStartPre=-/bin/chown -f $QUAGGA_USER:$QUAGGA_GROUP /etc/quagga/ospfd.conf
15 ExecStart=/usr/sbin/ospfd -d $OSPFD_OPTS -f /etc/quagga/ospfd.conf
19 WantedBy=multi-user.target