| ![[BACK]](/icons/cvsweb/back.gif) Return to ripd.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=RIP routing daemon
    3: BindTo=zebra.service
    4: After=syslog.target network.target zebra.service
    5: ConditionPathExists=/etc/quagga/ripd.conf
    6: 
    7: [Service]
    8: Type=forking
    9: EnvironmentFile=/etc/sysconfig/quagga
   10: ExecStart=/usr/sbin/ripd -d $RIPD_OPTS -f /etc/quagga/ripd.conf
   11: Restart=on-abort
   12: 
   13: [Install]
   14: WantedBy=network.target