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