2009-05-28 13:21:58 +00:00
|
|
|
$include /etc/hotplug2-common.rules
|
|
|
|
|
2011-11-05 17:16:01 +00:00
|
|
|
SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^ieee1394$|^block$|^atm$|^zaptel$|^tty$) {
|
2009-05-28 13:21:58 +00:00
|
|
|
exec /sbin/hotplug-call %SUBSYSTEM%
|
|
|
|
}
|
|
|
|
|
2011-02-01 16:37:53 +00:00
|
|
|
DEVICENAME == watchdog {
|
2009-05-28 13:21:58 +00:00
|
|
|
exec /sbin/watchdog -t 5 /dev/watchdog
|
2011-02-01 16:37:53 +00:00
|
|
|
next-event
|
2009-05-28 13:21:58 +00:00
|
|
|
}
|