Created
January 11, 2013 11:12
-
-
Save xiongyihui/4509923 to your computer and use it in GitHub Desktop.
OpenWRT中Hotplug服务的配置文件
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$include /etc/hotplug2-common.rules | |
SUBSYSTEM ~~ (^net$|input$|^button$|^usb$|^ieee1394$|^block$|^atm$|^zaptel$|tty$) { | |
exec /sbin/hotplug-call %SUBSYSTEM% | |
} | |
DEVICENAME == watchdog { | |
exec /sbin/watchdog -t 5 /dev/watchdog | |
next-event | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment