diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-28 10:11:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-28 10:11:30 +0000 |
commit | 8b3e60e790a45fb4ce6be5399442e4c17835d2c1 (patch) | |
tree | e3ad350d8614f7eba66d36cca0c540136987be9d /packages/quagga/files/watchquagga.default | |
parent | 4b0e628158e8fc23584fa792a207993bf6f2a8af (diff) |
quagga: add 0.99.2 and 0.99.3, closes #476
Diffstat (limited to 'packages/quagga/files/watchquagga.default')
-rw-r--r-- | packages/quagga/files/watchquagga.default | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/quagga/files/watchquagga.default b/packages/quagga/files/watchquagga.default new file mode 100644 index 0000000000..f1520326f1 --- /dev/null +++ b/packages/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" |