summaryrefslogtreecommitdiff
path: root/community/quagga/zebra.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/quagga/zebra.service')
-rw-r--r--community/quagga/zebra.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/quagga/zebra.service b/community/quagga/zebra.service
index c8707083e..02813c37c 100644
--- a/community/quagga/zebra.service
+++ b/community/quagga/zebra.service
@@ -8,7 +8,7 @@ ConditionPathExists=/etc/quagga/zebra.conf
Type=forking
PIDFile=/run/quagga/zebra.pid
ExecStartPre=/sbin/ip route flush proto zebra
-ExecStart=/usr/sbin/zebra -d
+ExecStart=/usr/bin/zebra -d
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-abort