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 e0f87f9bc..0bba03972 100644
--- a/community/quagga/zebra.service
+++ b/community/quagga/zebra.service
@@ -4,7 +4,7 @@ After=network.target
ConditionPathExists=/etc/quagga/zebra.conf
[Service]
-ExecStartPre=/sbin/ip route flush proto zebra
+ExecStartPre=/usr/sbin/ip route flush proto zebra
ExecStart=/usr/sbin/zebra
Restart=on-abort