]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
frr: Start the management daemon, too
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Mar 2024 17:41:11 +0000 (17:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Mar 2024 12:14:37 +0000 (12:14 +0000)
This daemon is running the configuration validation and required to run
at all times.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/packages/frr

index 867c4b98d2211a6b42df6ef42efc861aa95fd7c3..54e703623c7c01e8360476c4c35b63870e81a3fe 100644 (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)