1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 15:21:37 +03:00
systemd/etc/udev/udev.conf.in
Kay Sievers 8ab44e3fd0 udevd: control log-priority of the running daemon with udevcontrol
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-16 01:58:47 +02:00

15 lines
329 B
Plaintext

# udev.conf
# Where in the filesystem to place the device nodes
udev_root="@udevdir@"
# The name and location of the udev database.
udev_db="@udevdir@/.udevdb"
# The name and location of the udev rules file(s).
udev_rules="@configdir@/rules.d"
# The syslog(3) priority: "err", "info", or the numerical value.
udev_log="err"