summarylogtreecommitdiffstats
path: root/bgpd.service
diff options
context:
space:
mode:
authorKonstantin Shalygin2017-02-04 22:20:35 +0700
committerKonstantin Shalygin2017-02-04 22:20:35 +0700
commit7fb295ce7ed242ce8699f60e2c74476fa86a95f4 (patch)
treec5d5dda7d0a7e845389ec4cbd422815e2873a481 /bgpd.service
parentc07bc770d09ed280d371bc5d0fb99016b82f74b0 (diff)
downloadaur-quagga_cumulus.tar.gz
PKGBUILD improvements.
Diffstat (limited to 'bgpd.service')
-rw-r--r--bgpd.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/bgpd.service b/bgpd.service
deleted file mode 100644
index b0bf1db0fef7..000000000000
--- a/bgpd.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[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]
-Type=forking
-PIDFile=/run/quagga/bgpd.pid
-ExecStart=/usr/bin/bgpd -d
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-abort
-
-[Install]
-WantedBy=multi-user.target