1*4882a593Smuzhiyun# Watchquagga configuration
2*4882a593Smuzhiyun#watch_daemons="zebra bgpd ospfd ospf6d ripd ripngd"
3*4882a593Smuzhiyunwatch_daemons="zebra"
4*4882a593Smuzhiyun
5*4882a593Smuzhiyun# To enable restarts when multiple daemons are being used, uncomment this line (but first be sure to edit
6*4882a593Smuzhiyun# the WATCH_DAEMONS line to reflect the daemons you are actually using):
7*4882a593Smuzhiyun#watch_options="-Az -b_ -r/etc/init.d/quagga_restart_%s -s/etc/init.d/quagga_start_%s -k/etc/init.d/quagga_stop_%s"
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun# Since we are using one quagga daemon for now, use the following line. If using
10*4882a593Smuzhiyun# multiple daemons, comment the line below and uncoment the line mentioned
11*4882a593Smuzhiyun# above.
12*4882a593Smuzhiyunwatch_options="-z -b_ -r/etc/init.d/quagga_restart_%s"
13