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