mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
quagga: fix typo in systemd service file
Fix typo in systemd service file ripngd.service. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
i[Unit]
|
[Unit]
|
||||||
Description=RIP routing daemon for IPv6
|
Description=RIP routing daemon for IPv6
|
||||||
BindTo=zebra.service
|
BindTo=zebra.service
|
||||||
After=zebra.service
|
After=zebra.service
|
||||||
|
|||||||
Reference in New Issue
Block a user