packages/utils/watchcat/files/uci_defaults_watchcat
nunojpg da80954bde [packages] watchcat, default configuration file correction
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-08 16:44:50 +00:00

11 lines
255 B
Bash

#!/bin/sh
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].pinghosts=8.8.8.8
uci set system.@watchcat[0].forcedelay=30
uci commit
}