aboutsummaryrefslogtreecommitdiffstats
path: root/etc/udev/udev.conf.in
diff options
context:
space:
mode:
authorKay Sievers <kay@pim.off.vrfy.org>2005-10-27 21:04:38 +0200
committerKay Sievers <kay@pim.off.vrfy.org>2005-10-27 21:04:38 +0200
commitc895fd002763d6ae808e820020dc54e74c347fc2 (patch)
treea69368d7235feefacac6647f96a7163ca10b7228 /etc/udev/udev.conf.in
parent916c5e4725ef4558b752c6464deef6492c8ac31a (diff)
downloadudev-c895fd002763d6ae808e820020dc54e74c347fc2.tar.gz
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>
Diffstat (limited to 'etc/udev/udev.conf.in')
-rw-r--r--etc/udev/udev.conf.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/udev/udev.conf.in b/etc/udev/udev.conf.in
index efdb1d18..c44ed309 100644
--- a/etc/udev/udev.conf.in
+++ b/etc/udev/udev.conf.in
@@ -9,6 +9,8 @@ udev_db="@udevdir@/.udevdb"
# The name and location of the udev rules file(s).
udev_rules="@configdir@/rules.d"
-# The syslog(3) priority: "err", "info", or the numerical value.
+# The initial syslog(3) priority: "err", "info", "debug" or its
+# numerical equivalent. For runtime debugging, change the daemons
+# internal state with: "udevcontrol log_priority=<value>".
udev_log="err"