frr: Start the management daemon, too

This daemon is running the configuration validation and required to run
at all times.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-03-28 17:41:11 +00:00
parent 0972da95bf
commit 7c6b05dfb8

View File

@@ -22,7 +22,7 @@
. /etc/sysconfig/rc
. ${rc_functions}
DAEMONS="zebra bgpd ospfd staticd"
DAEMONS="mgmtd zebra bgpd ospfd staticd"
case "${1}" in
start)