aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-09-01 21:01:09 +0000
committerJohn Crispin <john@openwrt.org>2007-09-01 21:01:09 +0000
commit18a03ce770a4f83ddebdf967f85427cf485bcc9d (patch)
tree4dae943e32c716e17347abd9ff86ecf8f1ffac6a /package/hotplug2
parentb518cc2c00e024805c749da5e153f6fca5ca8c30 (diff)
downloadupstream-18a03ce770a4f83ddebdf967f85427cf485bcc9d.tar.gz
upstream-18a03ce770a4f83ddebdf967f85427cf485bcc9d.tar.bz2
upstream-18a03ce770a4f83ddebdf967f85427cf485bcc9d.zip
reduce watchdog trigger from 10 to 5 seconds
SVN-Revision: 8571
Diffstat (limited to 'package/hotplug2')
-rw-r--r--package/hotplug2/files/hotplug2.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules
index 11faf7b94f..8429857824 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
}