diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-17 13:58:02 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-30 13:52:23 +0200 |
commit | b13124f0f7e13358dba8dfe1d967fb46b72f3fd2 (patch) | |
tree | e28289376b590963d0af516e0d359607f4805130 /redhat | |
parent | Merge pull request #2142 from pguibert6WIND/fs_zebra_complement (diff) | |
download | frr-b13124f0f7e13358dba8dfe1d967fb46b72f3fd2.tar.xz frr-b13124f0f7e13358dba8dfe1d967fb46b72f3fd2.zip |
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 <sharpd@cumulusnetworks.com>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/daemons | 2 |
1 files changed, 1 insertions, 1 deletions
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 |