]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/quagga/quagga@.service
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / quagga / quagga@.service
1 [Unit]
2 Description=Quagga %i routing daemon
3 ConditionFileIsExecutable=/usr/sbin/%i
4 Wants=quagga@zebra.service
5
6 [Service]
7 Type=simple
8 EnvironmentFile=/etc/default/quagga-%i
9 PrivateTmp=true
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
13 Restart=on-failure
14
15 [Install]
16 WantedBy=multi-user.target
17