hotplug2.rules 242 B

12345678910
  1. $include /etc/hotplug2-common.rules
  2. SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^ieee1394$|^block$|^atm$|^zaptel$|^tty$) {
  3. exec /sbin/hotplug-call %SUBSYSTEM%
  4. }
  5. DEVICENAME == watchdog {
  6. exec /sbin/watchdog -t 5 /dev/watchdog
  7. next-event
  8. }