diff options
Diffstat (limited to 'recipes/quagga/files/watchquagga.default')
-rw-r--r-- | recipes/quagga/files/watchquagga.default | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/quagga/files/watchquagga.default b/recipes/quagga/files/watchquagga.default new file mode 100644 index 0000000000..f1520326f1 --- /dev/null +++ b/recipes/quagga/files/watchquagga.default @@ -0,0 +1,7 @@ +# Watchquagga configuration +#watch_daemons="zebra bgpd ospfd ospf6d ripd ripngd" +watch_daemons="zebra" + +# 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_options="-Az -b_ -r/etc/init.d/quagga_restart_%s -s/etc/init.d/quagga_start_%s -k/etc/init.d/quagga_stop_%s" |