reduce watchdog trigger from 10 to 5 seconds
authorJohn Crispin <john@openwrt.org>
Sat, 1 Sep 2007 21:01:09 +0000 (21:01 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 1 Sep 2007 21:01:09 +0000 (21:01 +0000)
SVN-Revision: 8571

package/hotplug2/files/hotplug2.rules

index 11faf7b94f50d138f641eff69d432af6154d0044..8429857824e145869b690ed043c4dec4263caa1a 100644 (file)
@@ -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
 }