aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/quagga/files/babeld.service
blob: dd344b0b341372def1ae34326877d02f797f98b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Babel routing daemon
BindTo=zebra.service
After=zebra.service
ConditionPathExists=@SYSCONFDIR@/quagga/babeld.conf

[Service]
Type=forking
EnvironmentFile=-@SYSCONFDIR@/default/quagga
ExecStart=@SBINDIR@/babeld -d $babeld_options -f /etc/quagga/babeld.conf
Restart=on-abort

[Install]
WantedBy=multi-user.target