David Ward | 4b5a210 | 2012-04-29 16:47:08 -0400 | [diff] [blame] | 1 | [Unit] |
2 | Description=OSPF routing daemon | ||||
3 | BindTo=zebra.service | ||||
4 | After=syslog.target network.target zebra.service | ||||
5 | ConditionPathExists=/etc/quagga/ospfd.conf | ||||
6 | |||||
7 | [Service] | ||||
8 | Type=forking | ||||
9 | EnvironmentFile=/etc/sysconfig/quagga | ||||
10 | ExecStart=/usr/sbin/ospfd -d $OSPFD_OPTS -f /etc/quagga/ospfd.conf | ||||
11 | Restart=on-abort | ||||
12 | |||||
13 | [Install] | ||||
14 | WantedBy=network.target |