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