X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-udevd.service.xml;h=35e254384ef8c2fd8e85b5029db5ece4d9b1e23d;hb=6ec0ac43bb1f9f8b8b435ba6e5d55dc7cc84c3c6;hp=2b9a29adcd02b79b97d58379adf7d29f0a0fefdd;hpb=61e536e1b7f3a7448428a05bafe1ea64d7e51938;p=elogind.git diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 2b9a29adc..35e254384 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -157,6 +157,23 @@ + Configuration file + udev 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 logging priority. Valid values are the numerical syslog priorities + or their textual representations: , + and . + + + + + See Also