File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / redhat / pimd.service
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Nov 2 10:09:12 2016 UTC (8 years, 2 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, HEAD
quagga 1.0.20160315

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

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