table of contents
other versions
- stretch 232-25+deb9u11
- testing 241-5
- stretch-backports 241-3~bpo9+1
- unstable 241-5
- experimental 242-2
UDEV.CONF(5) | udev.conf | UDEV.CONF(5) |
NAME¶
udev.conf - Configuration for device event managing daemonSYNOPSIS¶
/etc/udev/udev.confDESCRIPTION¶
systemd-udevd(8) expects its main configuration file at /etc/udev/udev.conf. It consists of a set of variables allowing the user to override default udev values. All empty lines or lines beginning with '#' are ignored. The following variables can be set:udev_log
The log level. Valid values are the numerical syslog
priorities or their textual representations: err, info and
debug.
In addition, systemd-udevd can be configured by command line options and the kernel command line (see systemd-udevd(8)).
SEE ALSO¶
systemd-udevd(8), udev(7), udevadm(8)systemd 232 |