bugfix: Enable watchdog in olsrd

Watchdog never got enabled in the olsrd config files.

fixes BBHN->ticket:60
This commit is contained in:
Conrad Lara - KG6JEI 2014-08-07 23:13:54 -07:00
parent c6e4aa3903
commit 6036dc3ff6
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ config LoadPlugin
option accept '127.0.0.1' option accept '127.0.0.1'
option port '2003' option port '2003'
config LoadPlugin
option library 'olsrd_watchdog.so.0.1'
option file '/tmp/olsrd.watchdog'
option interval '5'
config Interface config Interface
list interface 'wifi' list interface 'wifi'