1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-31 07:51:08 +03:00
systemd-stable/etc/udev/udev.conf.in
Kay Sievers fc55cf68ca remove "udev_db" option from config file
All udev state is kept in /$udev_root/.udev/ now. No option to
configure that anymore, it will always be there.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-11-16 04:14:15 +01:00

14 lines
378 B
Plaintext

# udev.conf
# Where in the filesystem to place the device nodes
udev_root="@udevdir@"
# The name and location of the udev rules file(s).
udev_rules="@configdir@/rules.d"
# 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"