| ![[BACK]](/icons/cvsweb/back.gif) Return to zebra.service CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / redhat | 
quagga
    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