aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/quagga/files/ripngd.service
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-03-05 15:26:48 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-05 14:34:38 -0800
commit0b3e6c1973d53161fa574e4112e65290d9e0f080 (patch)
treef13f12eb89a2654811155f800e6dadb771b3fb44 /meta-networking/recipes-protocols/quagga/files/ripngd.service
parent80740b1d3c7ce2910410a7b49ca1e3bb012d3d4a (diff)
downloadmeta-openembedded-0b3e6c1973d53161fa574e4112e65290d9e0f080.tar.gz
quagga: drop recipe
Quagga is no longer maintained since 2018[1]. Its official repository is not even available[2]. As an alternative, users can use FRRouting[3] which has been added to meta-networking[4]. [1] https://github.com/Quagga/quagga [2] https://git.savannah.gnu.org/cgit/quagga.git [3] https://frrouting.org [4] https://git.openembedded.org/meta-openembedded/tree/meta-networking/recipes-protocols/frr Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/files/ripngd.service')
-rw-r--r--meta-networking/recipes-protocols/quagga/files/ripngd.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/ripngd.service b/meta-networking/recipes-protocols/quagga/files/ripngd.service
deleted file mode 100644
index c3555b345b..0000000000
--- a/meta-networking/recipes-protocols/quagga/files/ripngd.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=RIP routing daemon for IPv6
-BindTo=zebra.service
-After=zebra.service
-ConditionPathExists=@SYSCONFDIR@/quagga/ripngd.conf
-
-[Service]
-Type=forking
-EnvironmentFile=-@SYSCONFDIR@/default/quagga
-ExecStart=@SBINDIR@/ripngd -d $ripngd_options -f @SYSCONFDIR@/quagga/ripngd.conf
-ExecStopPost=@base_bindir@/rm -rf /run/quagga/ripngd.pid
-Restart=on-abort
-
-[Install]
-WantedBy=multi-user.target