1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-17 20:54:02 +02:00
openwrt-routing/naywatch/files/naywatch.config
Nick Hainke ce0b8b1e55 naywatch: warn user
Naywatch in combination with the watchdog can be tricky and dangerous
when doing a sysupgrade. Add a warning to always stop naywatch first and
check if procd took control over the watchdog again.

Also change use_watchdog to '0'.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-11-15 19:37:03 +01:00

9 lines
258 B
Plaintext

config naywatch general
option check_interval '50'
option watchdog_timeout '60'
option use_watchdog '0'
option save_logs '1'
list interface 'lan'
list interface 'wan'
list save_cmd 'dmesg'