diff options
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/files/zebra.service')
-rw-r--r-- | meta-networking/recipes-protocols/quagga/files/zebra.service | 4 |
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] |
8 | Type=forking | 8 | Type=forking |
9 | EnvironmentFile=-@SYSCONFDIR@/default/quagga | 9 | EnvironmentFile=-@SYSCONFDIR@/default/quagga |
10 | PIDFile=@localstatedir@/run/quagga/zebra.pid | 10 | PIDFile=/run/quagga/zebra.pid |
11 | ExecStartPre=@BASE_SBINDIR@/ip route flush proto zebra | 11 | ExecStartPre=@BASE_SBINDIR@/ip route flush proto zebra |
12 | ExecStart=@SBINDIR@/zebra -d $zebra_options -f @SYSCONFDIR@/quagga/zebra.conf | 12 | ExecStart=@SBINDIR@/zebra -d $zebra_options -f @SYSCONFDIR@/quagga/zebra.conf |
13 | ExecStopPost=@base_bindir@/rm -rf @localstatedir@/run/quagga/zebra.pid | 13 | ExecStopPost=@base_bindir@/rm -rf /run/quagga/zebra.pid |
14 | Restart=on-abort | 14 | Restart=on-abort |
15 | 15 | ||
16 | [Install] | 16 | [Install] |