diff options
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/files/ripd.service')
| -rw-r--r-- | meta-networking/recipes-protocols/quagga/files/ripd.service | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/ripd.service b/meta-networking/recipes-protocols/quagga/files/ripd.service index 5dfd28b3ad..1d20389e8b 100644 --- a/meta-networking/recipes-protocols/quagga/files/ripd.service +++ b/meta-networking/recipes-protocols/quagga/files/ripd.service | |||
| @@ -7,7 +7,9 @@ ConditionPathExists=@SYSCONFDIR@/quagga/ripd.conf | |||
| 7 | [Service] | 7 | [Service] |
| 8 | Type=forking | 8 | Type=forking |
| 9 | EnvironmentFile=-@SYSCONFDIR@/default/quagga | 9 | EnvironmentFile=-@SYSCONFDIR@/default/quagga |
| 10 | ExecStart=@SBINDIR@/ripd -d $ripd_options -f /etc/quagga/ripd.conf | 10 | PIDFile=@localstatedir@/run/quagga/ripd.pid |
| 11 | ExecStart=@SBINDIR@/ripd -d $ripd_options -f @SYSCONFDIR@/quagga/ripd.conf | ||
| 12 | ExecStopPost=@base_bindir@/rm -rf @localstatedir@/run/quagga/ripd.pid | ||
| 11 | Restart=on-abort | 13 | Restart=on-abort |
| 12 | 14 | ||
| 13 | [Install] | 15 | [Install] |
