File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / redhat / isisd.service
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 9 09:22:29 2012 UTC (12 years, 3 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, v0_99_22p0, v0_99_22, v0_99_21, HEAD
quagga

    1: [Unit]
    2: Description=IS-IS routing daemon
    3: BindTo=zebra.service
    4: After=syslog.target network.target zebra.service
    5: ConditionPathExists=/etc/quagga/isisd.conf
    6: 
    7: [Service]
    8: Type=forking
    9: EnvironmentFile=/etc/sysconfig/quagga
   10: ExecStart=/usr/sbin/isisd -d $ISISD_OPTS -f /etc/quagga/isisd.conf
   11: Restart=on-abort
   12: 
   13: [Install]
   14: WantedBy=network.target

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>