watchcat: add with myself as maintainer

Signed-off-by: Roger D rogerdammit@gmail.com
This commit is contained in:
Roger
2014-08-13 21:37:44 -05:00
parent 4699cfa821
commit f749bd7237
4 changed files with 231 additions and 0 deletions
@@ -0,0 +1,10 @@
#!/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
}