diff options
Diffstat (limited to 'etc/udev/udev.conf')
-rw-r--r-- | etc/udev/udev.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/udev/udev.conf b/etc/udev/udev.conf new file mode 100644 index 0000000000..41902c4f06 --- /dev/null +++ b/etc/udev/udev.conf @@ -0,0 +1,7 @@ +# udev.conf + +# The initial syslog(3) priority: "err", "info", "debug" or its +# numerical equivalent. For runtime debugging, the daemons internal +# state can be changed with: "udevcontrol log_priority=<value>". +udev_log="err" + |