You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
214 B
11 lines
214 B
17 years ago
|
$include /etc/hotplug2-common.rules
|
||
18 years ago
|
|
||
16 years ago
|
SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block|atm) {
|
||
18 years ago
|
exec /sbin/hotplug-call %SUBSYSTEM%;
|
||
18 years ago
|
}
|
||
18 years ago
|
|
||
|
DEVICENAME ~~ (watchdog) {
|
||
17 years ago
|
exec /sbin/watchdog -t 5 /dev/watchdog;
|
||
18 years ago
|
next
|
||
|
}
|