chiark / gitweb /
udevd: control log-priority of the running daemon with udevcontrol
[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 syslog(3) priority: "err", "info", or the numerical value.
13 udev_log="err"
14