chiark / gitweb /
Fix libsysfs issue with relying on the detach_state file to be
[elogind.git] / etc / udev / udev.conf.in
1 # udev.conf
2 #
3
4 # Where in the filesystem to place the device nodes
5 udev_root="@udevdir@"
6
7 # The name and location of the udev database.
8 udev_db="@udevdir@/.udevdb"
9
10 # The name and location of the udev rules file(s).
11 udev_rules="@configdir@/rules.d"
12
13 # The syslog(3) priority: "err", "info", or the numerical value.
14 udev_log="err"
15