From b13124f0f7e13358dba8dfe1d967fb46b72f3fd2 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 17 May 2018 07:58:02 -0400 Subject: [PATCH] redhat: Make watchfrr the default With systemd being the default on more systems now, lets configure watchfrr to start else systemd systems on redhat will not stay up for more than 1 minute. Signed-off-by: Donald Sharp --- redhat/daemons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/daemons b/redhat/daemons index 1dd7c95d2..b674d738b 100644 --- a/redhat/daemons +++ b/redhat/daemons @@ -34,7 +34,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. # -watchfrr_enable=no +watchfrr_enable=yes watchfrr_options=("-b_" "-r/usr/lib/frr/frr_restart_%s" "-s/usr/lib/frr/frr_start_%s" "-k/usr/lib/frr/frr_stop_%s") # zebra=no -- 2.39.2