[Unit] | |
Description=OSPF routing daemon | |
BindsTo=zebra.service | |
Wants=network.target | |
After=zebra.service network-pre.target | |
Before=network.target | |
ConditionPathExists=/etc/quagga/ospfd.conf | |
[Service] | |
Type=forking | |
EnvironmentFile=/etc/sysconfig/quagga | |
ExecStart=/usr/sbin/ospfd -d $OSPFD_OPTS -f /etc/quagga/ospfd.conf | |
Restart=on-abort | |
[Install] | |
WantedBy=multi-user.target |