openwrtv3/package/hotplug2/files/hotplug2.rules
Felix Fietkau 50d052a1eb add watchdog start patch from #1967
SVN-Revision: 8117
2007-07-23 02:51:42 +00:00

10 lines
185 B
Text

$include /etc/hotplug2-init.rules
SUBSYSTEM ~~ (net|button|usb) {
exec /sbin/hotplug-call %SUBSYSTEM%;
}
DEVICENAME ~~ (watchdog) {
exec /sbin/watchdog -t 10 /dev/watchdog;
next
}