Explorar o código

reduce watchdog trigger from 10 to 5 seconds

SVN-Revision: 8571
John Crispin %!s(int64=18) %!d(string=hai) anos
pai
achega
18a03ce770
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/hotplug2/files/hotplug2.rules

+ 1 - 1
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
 }