archrelease: copy trunk to extra-x86_64
[arch-packages.git] / quagga / trunk / ospfd.service
blobe43c474ccd3b40cadb199495cf8de6209b7a831f
1 [Unit]
2 Description=OSPF routing daemon
3 Documentation=man:ospfd(8) man:zebra(8)
4 BindTo=zebra.service
5 After=network.target zebra.service
6 ConditionPathExists=/etc/quagga/ospfd.conf
8 [Service]
9 Type=forking
10 PIDFile=/run/quagga/ospfd.pid
11 ExecStart=/usr/bin/ospfd -d
12 ExecReload=/bin/kill -HUP $MAINPID
13 Restart=on-abort
15 [Install]
16 WantedBy=multi-user.target