chiark / gitweb /
update Debian rules
[elogind.git] / etc / udev / debian / hotplugd.rules
1 # do not call hotplug.d and dev.d for "drivers" and "module" events
2 SUBSYSTEM=="drivers",   OPTIONS="last_rule"
3 SUBSYSTEM=="module",    OPTIONS="last_rule"
4
5 # compatibility support for the obsolete hotplug.d and dev.d directories
6 # do not run the hotplug.d scripts when started from udevstart
7 ENV{UDEVD_EVENT}=="1",  RUN+="/sbin/udev_run_hotplugd"
8 RUN+="/sbin/udev_run_devd"
9