summaryrefslogtreecommitdiff
path: root/community/quagga/bgpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/quagga/bgpd.service')
-rw-r--r--community/quagga/bgpd.service6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/quagga/bgpd.service b/community/quagga/bgpd.service
index 21ac18c8a..aae58be2c 100644
--- a/community/quagga/bgpd.service
+++ b/community/quagga/bgpd.service
@@ -1,11 +1,15 @@
[Unit]
Description=BGP routing daemon
+Documentation=man:bgpd(8) man:zebra(8)
BindTo=zebra.service
After=network.target zebra.service
ConditionPathExists=/etc/quagga/bgpd.conf
[Service]
-ExecStart=/usr/sbin/bgpd
+Type=forking
+PIDFile=/run/quagga/bgpd.pid
+ExecStart=/usr/sbin/bgpd -d
+ExecReload=/bin/kill -HUP $MAINPID
Restart=on-abort
[Install]