From 6fc5a40438dee0972cf1dedca9d4fd1c257c8f91 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 31 Jul 2014 04:01:19 -0400 Subject: man: add udev.conf(5) We generally have separate man pages for all configuration files. In this case udev.conf was already described in systemd-udevd.service(8), but it was hard to find. Docbook makes it hard to add a .so link from a different section, so describe udev.conf in its own page. --- man/udev.conf.xml | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 man/udev.conf.xml (limited to 'man/udev.conf.xml') diff --git a/man/udev.conf.xml b/man/udev.conf.xml new file mode 100644 index 0000000000..de84b91258 --- /dev/null +++ b/man/udev.conf.xml @@ -0,0 +1,88 @@ + + + + + + + + + + udev.conf + systemd + + + Developer + Kay + Sievers + kay@vrfy.org + + + + + + udev.conf + 5 + + + + udev.conf + Configuration for device event managing daemon + + + + /etc/udev/udev.conf + + + + Description + + + systemd-udevd8 + 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 + + systemd-udevd8, + udev7, + udevadm8 + + + -- cgit v1.2.3-54-g00ecf