chiark / gitweb /
move rules parsing into daemon
[elogind.git] / etc / udev / udev.conf.in
1 # udev.conf
2
3 # Where in the filesystem to place the device nodes
4 udev_root="@udevdir@"
5
6 # The name and location of the udev database.
7 udev_db="@udevdir@/.udevdb"
8
9 # The name and location of the udev rules file(s).
10 udev_rules="@configdir@/rules.d"
11
12 # The initial syslog(3) priority: "err", "info", "debug" or its
13 # numerical equivalent. For runtime debugging, change the daemons
14 # internal state with: "udevcontrol log_priority=<value>".
15 udev_log="err"
16