X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.conf;h=31bb6620eee381a39a8afbcea42aad4a75cb137d;hp=aadaea8a24e9157f70f87860c9d27d8588f16bbb;hb=1230d021bd75de9b1503bbaa807d6a59789963db;hpb=e8bacccab296d6b75c4c9f43cb4e71007aff5b8a diff --git a/udev.conf b/udev.conf index aadaea8a2..31bb6620e 100644 --- a/udev.conf +++ b/udev.conf @@ -1,23 +1,4 @@ -# udev.conf -# The main config file for udev -# -# This file can be used to override some of udev's default values -# for where it looks for files, and where it places device nodes. - - -# udev_root - where in the filesystem to place the device nodes -udev_root="/udev/" - -# udev_db - The name and location of the udev database. -udev_db="/udev/.udev.tdb" - -# udev_rules - The name and location of the udev rules file -udev_rules="/etc/udev/udev.rules" - -# udev_permissions - The name and location of the udev permission file -udev_permissions="/etc/udev/udev.permissions" - -# default_mode - set the default mode for all nodes that have no -# explicit match in the permissions file -default_mode="0666" - +# The initial syslog(3) priority: "err", "info", "debug" or its +# numerical equivalent. For runtime debugging, the daemons internal +# state can be changed with: "udevadm control --log-priority=". +udev_log="err"