mirror of https://github.com/aredn/aredn.git
bugfix: Enable watchdog in olsrd
Watchdog never got enabled in the olsrd config files. fixes BBHN->ticket:60
This commit is contained in:
parent
c6e4aa3903
commit
6036dc3ff6
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue