From 16c760b3740e289987e1cb705a80fc5fe0692852 Mon Sep 17 00:00:00 2001 From: blogic Date: Sat, 1 Sep 2007 21:01:09 +0000 Subject: reduce watchdog trigger from 10 to 5 seconds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8571 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hotplug2/files/hotplug2.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/hotplug2') diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index 11faf7b94..842985782 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -5,6 +5,6 @@ SUBSYSTEM ~~ (net|button|usb) { } DEVICENAME ~~ (watchdog) { - exec /sbin/watchdog -t 10 /dev/watchdog; + exec /sbin/watchdog -t 5 /dev/watchdog; next } -- cgit v1.2.3