chiark / gitweb /
remove "udev_db" option from config file
[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 rules file(s).
7 udev_rules="@configdir@/rules.d"
8
9 # The initial syslog(3) priority: "err", "info", "debug" or its
10 # numerical equivalent. For runtime debugging, change the daemons
11 # internal state with: "udevcontrol log_priority=<value>".
12 udev_log="err"
13