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

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

[Install]
WantedBy=multi-user.target