hotplug2.rules 212 B

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