summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/quagga/files/zebra.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/files/zebra.service')
-rw-r--r--meta-networking/recipes-protocols/quagga/files/zebra.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/zebra.service b/meta-networking/recipes-protocols/quagga/files/zebra.service
index e4fb6c808d..e34af72426 100644
--- a/meta-networking/recipes-protocols/quagga/files/zebra.service
+++ b/meta-networking/recipes-protocols/quagga/files/zebra.service
@@ -7,10 +7,10 @@ ConditionPathExists=@SYSCONFDIR@/quagga/zebra.conf
7[Service] 7[Service]
8Type=forking 8Type=forking
9EnvironmentFile=-@SYSCONFDIR@/default/quagga 9EnvironmentFile=-@SYSCONFDIR@/default/quagga
10PIDFile=@localstatedir@/run/quagga/zebra.pid 10PIDFile=/run/quagga/zebra.pid
11ExecStartPre=@BASE_SBINDIR@/ip route flush proto zebra 11ExecStartPre=@BASE_SBINDIR@/ip route flush proto zebra
12ExecStart=@SBINDIR@/zebra -d $zebra_options -f @SYSCONFDIR@/quagga/zebra.conf 12ExecStart=@SBINDIR@/zebra -d $zebra_options -f @SYSCONFDIR@/quagga/zebra.conf
13ExecStopPost=@base_bindir@/rm -rf @localstatedir@/run/quagga/zebra.pid 13ExecStopPost=@base_bindir@/rm -rf /run/quagga/zebra.pid
14Restart=on-abort 14Restart=on-abort
15 15
16[Install] 16[Install]