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.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/quagga/bgpd.service b/community/quagga/bgpd.service
new file mode 100644
index 000000000..21ac18c8a
--- /dev/null
+++ b/community/quagga/bgpd.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=BGP routing daemon
+BindTo=zebra.service
+After=network.target zebra.service
+ConditionPathExists=/etc/quagga/bgpd.conf
+
+[Service]
+ExecStart=/usr/sbin/bgpd
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target