diff options
| author | John Crispin | 2007-09-01 21:01:09 +0000 |
|---|---|---|
| committer | John Crispin | 2007-09-01 21:01:09 +0000 |
| commit | 4151d1490e7a6a0b935d41cf2062193e6bdcf17f (patch) | |
| tree | da62ad244b2d03e3710447956002c91055adc5b3 | |
| parent | 4aa4cee0d9c43fe7fcb9cb816c0e4a3bd73c066e (diff) | |
| download | archive-4151d1490e7a6a0b935d41cf2062193e6bdcf17f.tar.gz | |
reduce watchdog trigger from 10 to 5 seconds
SVN-Revision: 8571
| -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 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 } |