summarylogtreecommitdiffstats
path: root/zebra.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 /zebra.service
parentc07bc770d09ed280d371bc5d0fb99016b82f74b0 (diff)
downloadaur-quagga_cumulus.tar.gz
PKGBUILD improvements.
Diffstat (limited to 'zebra.service')
-rw-r--r--zebra.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/zebra.service b/zebra.service
deleted file mode 100644
index 02813c37c3de..000000000000
--- a/zebra.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=GNU Zebra routing manager
-Documentation=man:zebra(8)
-After=network.target
-ConditionPathExists=/etc/quagga/zebra.conf
-
-[Service]
-Type=forking
-PIDFile=/run/quagga/zebra.pid
-ExecStartPre=/sbin/ip route flush proto zebra
-ExecStart=/usr/bin/zebra -d
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-abort
-
-[Install]
-WantedBy=multi-user.target