diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-12-18 13:21:08 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-12-18 13:24:38 -0500 |
| commit | f2fb913c7d98169d33d4ffa5b9d5936f7c7f40ed (patch) | |
| tree | ee6b0835cb872471c0ba564d58f932a8a097638a | |
| parent | d1dc85e6fee48e4b8b102df94d29b993a932a837 (diff) | |
redhat: watchfrr is built by default, enable it to start at run time
watchfrr has become a first class citizen of the FRR system.
Currently it's used to ensure that running daemons stay up and running
as well as to facilitate frr.conf being written. In the future it is
going to be used to auto-start stop. As such let's start getting
people to use it now.
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 3311a1fa25..d3f1c2fd70 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=("-Az" "-b_" "-r/usr/lib/frr/frr_restart_%s" "-s/usr/lib/frr/frr_start_%s" "-k/usr/lib/frr/frr_stop_%s") # zebra=no |
