Annotation of embedaddon/quagga/redhat/ripd.service, revision 1.1
1.1 ! misho 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
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>