chiark / gitweb /
remove example rules and put the dev.d stuff into the run_directory folder
[elogind.git] / extras / run_directory / README
1 Use these binaries only if you need backward compatibility with
2 older udev versions. The use of /etc/dev.d/ is no longer recommended
3 Use explicit udev rules with RUN keys to hook into the processing.
4
5   /etc/dev.d/ + /etc/hotplug.d/ directory multiplexing is completely
6   removed from udev itself and must be emulated by calling small
7   helper binaries provided by these helpers:
8       make EXTRAS=extras/run_directory/
9     will build udev_run_devd and udev_run_hotplugd, which can be called
10     from a rule if needed:
11       RUN+="/sbin/udev_run_hotplugd"
12     The recommended way to handle this is to convert all the calls from
13     the directories to explicit udev rules and get completely rid of the
14     multiplexing. (To catch a ttyUSB event, you now no longer need to
15     fork and exit 300 tty script instances you are not interested in, it
16     is just one rule that matches exactly the device.)
17