watchcat: add ability to restart interface + refactor
[feed/packages.git] / utils / watchcat / files / uci_defaults_watchcat
index 49def81eb7661bf2b94aeed5405f9f28b437f1ec..da4993230df77394847c11da0b3c77b0c499423e 100644 (file)
@@ -3,7 +3,7 @@
 uci -q show system.@watchcat[0] || {
        uci add system watchcat
        uci set system.@watchcat[0].period=6h
-       uci set system.@watchcat[0].mode=ping
+       uci set system.@watchcat[0].mode=ping_reboot
        uci set system.@watchcat[0].pinghosts=8.8.8.8
        uci set system.@watchcat[0].forcedelay=30
        uci commit