Annotation of embedaddon/quagga/redhat/ospf6d.service, revision 1.1.1.1
1.1 misho 1: [Unit]
2: Description=OSPF routing daemon for IPv6
3: BindTo=zebra.service
4: After=syslog.target network.target zebra.service
5: ConditionPathExists=/etc/quagga/ospf6d.conf
6:
7: [Service]
8: Type=forking
9: EnvironmentFile=/etc/sysconfig/quagga
10: ExecStart=/usr/sbin/ospf6d -d $OSPF6D_OPTS -f /etc/quagga/ospf6d.conf
11: Restart=on-abort
12:
13: [Install]
14: WantedBy=network.target
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>