From 740f318f4f2c2fc6333976ec5721e17cc323be85 Mon Sep 17 00:00:00 2001 From: Emanuele Bovisio Date: Thu, 22 Oct 2020 14:47:35 +0200 Subject: [PATCH] tools: add comment on staticd in daemon config file staticd is always started, so no need to specify it explicitly Signed-off-by: Emanuele Bovisio --- tools/etc/frr/daemons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons index 0221b0c19e..f6d512be72 100644 --- a/tools/etc/frr/daemons +++ b/tools/etc/frr/daemons @@ -12,7 +12,7 @@ # When using "vtysh" such a config file is also needed. It should be owned by # group "frrvty" and set to ug=rw,o= though. Check /etc/pam.d/frr, too. # -# The watchfrr and zebra daemons are always started. +# The watchfrr, zebra and staticd daemons are always started. # bgpd=no ospfd=no -- 2.39.5