reduce watchdog trigger from 10 to 5 seconds
[openwrt.git] / package / hotplug2 / files / hotplug2.rules
index 11faf7b..8429857 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
 }