diff options
| author | Russ White <russ@riw.us> | 2018-01-02 09:23:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-02 09:23:26 -0500 |
| commit | 887564b913e84f8ff18027d00728bce6f80dd7c1 (patch) | |
| tree | 71029aea35bf949b84a9734c3f83bc71cf82b927 | |
| parent | 296014ae620940fc90cfeb8322d719e61aef97f2 (diff) | |
| parent | f2fb913c7d98169d33d4ffa5b9d5936f7c7f40ed (diff) | |
Merge pull request #1564 from donaldsharp/redhat_start_watchfrr
redhat: watchfrr is built by default, enable it to start at run time
| -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 |
