5b01e699b5a4c674d8da17261633d74a02620af8
[packages.git] / utils / watchcat / files / uci_defaults_watchcat
1 #!/bin/sh
2 uci add system watchcat
3 uci set system.@watchcat[0].period=6h
4 uci set system.@watchcat[0].mode=ping
5 uci set system.@watchcat[0].pinghosts=8.8.8.8
6 uci set system.@watchcat[0].forcedelay=30
7 uci commit