summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorajs <ajs>2004-12-22 16:18:53 +0000
committerajs <ajs>2004-12-22 16:18:53 +0000
commitafc44c29bc65fa574b9cfc0b2b6b5c499e18a4e5 (patch)
tree223a668fd70cb2de4d5a2ffc51751bbebe426091 /redhat
parentc8b40f86edd5cf0e5553ecb660ee2cbaf84a366f (diff)
2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* redhat/quagga.sysconfig: Define some variables to support watchquagga.
Diffstat (limited to 'redhat')
-rw-r--r--redhat/quagga.sysconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/redhat/quagga.sysconfig b/redhat/quagga.sysconfig
index d2d68d04..9e9da5ef 100644
--- a/redhat/quagga.sysconfig
+++ b/redhat/quagga.sysconfig
@@ -9,3 +9,10 @@ RIPD_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/ripd.conf"
RIPNGD_OPTS="-A ::1 -f ${QCONFDIR}/ripngd.conf"
ZEBRA_OPTS="-A 127.0.0.1 -f ${QCONFDIR}/zebra.conf"
ISISD_OPTS="-A ::1 -f ${QCONFDIR}/isisd.conf"
+
+# Watchquagga configuration (please check timer values before using):
+WATCH_OPTS=""
+WATCH_DAEMONS="zebra bgpd ospfd ospf6d ripd ripngd"
+# To enable restarts, uncomment this line (but first be sure to edit
+# the WATCH_DAEMONS line to reflect the daemons you are actually using):
+#WATCH_OPTS="-Az -b_ -r/sbin/service_%s_restart -s/sbin/service_%s_start -k/sbin/service_%s_stop"