diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-01 21:01:09 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-09-01 21:01:09 +0000 |
commit | 16c760b3740e289987e1cb705a80fc5fe0692852 (patch) | |
tree | da62ad244b2d03e3710447956002c91055adc5b3 /package | |
parent | 57cacb623bb9589a3f4a9e19d54a18da81516baa (diff) |
reduce watchdog trigger from 10 to 5 seconds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/hotplug2/files/hotplug2.rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |