diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-02 20:44:35 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-02 23:36:42 +0200 |
commit | 27e295b591bad314abe696f0bac06a83af66577c (patch) | |
tree | 64ea8f998b5f151bff8a4a98532be6d07ccbf355 /redhat | |
parent | doc: update watchfrr manpage (diff) | |
download | frr-27e295b591bad314abe696f0bac06a83af66577c.tar.xz frr-27e295b591bad314abe696f0bac06a83af66577c.zip |
tools: remove watchfrr -A/-a/-z from init scripts
These don't exist anymore.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
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 94d6c72c3..8d12a1f5b 100644 --- a/redhat/daemons +++ b/redhat/daemons @@ -35,7 +35,7 @@ # group "frrvty" and set to ug=rw,o= though. Check /etc/pam.d/frr, too. # watchfrr_enable=no -watchfrr_options=("-Az" "-b_" "-r/etc/init.d/frr_restart_%s" "-s/etc/init.d/frr_start_%s" "-k/etc/init.d/frr_stop_%s") +watchfrr_options=("-b_" "-r/etc/init.d/frr_restart_%s" "-s/etc/init.d/frr_start_%s" "-k/etc/init.d/frr_stop_%s") # zebra=no bgpd=no |