harfbuzz: bump version to 1.4.5
[buildroot-gz.git] / package / quagga / quagga@.service
blob797af32e12869995b5335f13ca4ecfcb5d2eecc3
1 [Unit]
2 Description=Quagga %i routing daemon
3 ConditionFileIsExecutable=/usr/sbin/%i
4 Wants=quagga@zebra.service
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
15 [Install]
16 WantedBy=multi-user.target