diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-17 07:58:02 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-05-30 07:52:23 -0400 |
| commit | b13124f0f7e13358dba8dfe1d967fb46b72f3fd2 (patch) | |
| tree | e28289376b590963d0af516e0d359607f4805130 | |
| parent | 68542a6da651a4a3f5d280482313f14508618c43 (diff) | |
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>
| -rw-r--r-- | redhat/daemons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/daemons b/redhat/daemons index 1dd7c95d23..b674d738b8 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 |
