From: Donald Sharp Date: Thu, 17 May 2018 11:58:02 +0000 (-0400) Subject: redhat: Make watchfrr the default X-Git-Tag: frr-6.1-dev~392^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b13124f0f7e13358dba8dfe1d967fb46b72f3fd2;p=mirror_frr.git 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 --- 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