diff options
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/files/ripd.service')
| -rw-r--r-- | meta-networking/recipes-protocols/quagga/files/ripd.service | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/ripd.service b/meta-networking/recipes-protocols/quagga/files/ripd.service deleted file mode 100644 index 2c824318a1..0000000000 --- a/meta-networking/recipes-protocols/quagga/files/ripd.service +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=RIP routing daemon | ||
| 3 | BindTo=zebra.service | ||
| 4 | After=zebra.service | ||
| 5 | ConditionPathExists=@SYSCONFDIR@/quagga/ripd.conf | ||
| 6 | |||
| 7 | [Service] | ||
| 8 | Type=forking | ||
| 9 | EnvironmentFile=-@SYSCONFDIR@/default/quagga | ||
| 10 | ExecStart=@SBINDIR@/ripd -d $ripd_options -f @SYSCONFDIR@/quagga/ripd.conf | ||
| 11 | ExecStopPost=@base_bindir@/rm -rf /run/quagga/ripd.pid | ||
| 12 | Restart=on-abort | ||
| 13 | |||
| 14 | [Install] | ||
| 15 | WantedBy=multi-user.target | ||
