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