2 Description=Quagga %i routing daemon
3 ConditionFileIsExecutable=/usr/sbin/%i
4 Wants=quagga@zebra.service
8 EnvironmentFile=/etc/default/quagga-%i
10 # Systemd doesn't like having %i in the executable path.
11 ExecStart=/usr/bin/env /usr/sbin/%i $OPTS -f /etc/quagga/%i.conf
12 ExecReload=/bin/kill -HUP $MAINPID
16 WantedBy=multi-user.target