summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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
}