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