contrib/meshwizard: add watchdog plugin in olsr config

This commit is contained in:
Manuel Munz 2012-05-28 18:52:55 +00:00
parent af094a27e2
commit 5c4a6b5e7d

View file

@ -58,3 +58,12 @@ if [ "$general_sharenet" == 1 ]; then
uci_commitverbose "Setup olsrd_dyngw_plain plugin" olsrd
fi
# Setup watchdog
uci batch << EOF
set olsrd.olsrd_watchdog=LoadPlugin
set olsrd.olsrd_watchdog.library="olsrd_watchdog.so.0.1"
set olsrd.olsrd_watchdog.file="/var/run/olsrd.watchdog"
set olsrd.olsrd_watchdog.interval=30
EOF
uci_commitverbose "Setup olsr watchdog plugin" olsrd