chiark / gitweb /
update Red Hat rules
[elogind.git] / etc / udev / redhat / hotplug.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 ENV{UDEVD_EVENT}=="1",  RUN+="/lib/udev/udev_run_hotplugd"
7 RUN+="/lib/udev/udev_run_devd"
8