1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00
Kay Sievers c895fd0027 move rules parsing into daemon
The rules files are parsed only once at daemon startup. Every udev
event process will be fork()'d from udevd without exec()'ing the udev
binary. The in-memory rules will be inherited from the daemon itself.

If inotify is available, udevd will reload all rules if any change in
/etc/udev/rules.d/ happens. Otherwise -HUP or "udevcontrol reload_rules"
can be used.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-10-27 21:04:38 +02:00
..
2005-09-27 16:43:27 +02:00
2005-09-18 05:37:33 +02:00
2005-08-09 19:17:25 +02:00
2005-09-08 03:53:54 +02:00
2005-09-18 05:08:52 +02:00
2005-10-27 21:04:38 +02:00