diff options
Diffstat (limited to 'community/quagga/zebra.service')
-rw-r--r-- | community/quagga/zebra.service | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/community/quagga/zebra.service b/community/quagga/zebra.service deleted file mode 100644 index 02813c37c..000000000 --- a/community/quagga/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 |