From cdd665a9214ab9c0dd8ffb69749ed8bb6a005cf0 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 27 Mar 2013 08:01:59 -0400 Subject: man: updates from upstream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added upstream systemd-udevd.service(8) as udevd(8) Authors include Tom Gundersen Zbigniew Jędrzejewski-Szmek Thomas Hindoe Paaboel Andersen Kay Sievers Lennart Poettering See http://cgit.freedesktop.org/systemd/systemd/log/man/udev.xml and http://cgit.freedesktop.org/systemd/systemd/log/man/systemd-udevd.service.xml and http://cgit.freedesktop.org/systemd/systemd/log/man/udevadm.xml Signed-off-by: Anthony G. Basile Signed-off-by: Ian Stakenvicius --- man/udevd.xml | 187 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 man/udevd.xml (limited to 'man/udevd.xml') diff --git a/man/udevd.xml b/man/udevd.xml new file mode 100644 index 0000000000..c72484c556 --- /dev/null +++ b/man/udevd.xml @@ -0,0 +1,187 @@ + + + + + + + udevd + udev + + + Developer + Kay + Sievers + kay@vrfy.org + + + + + + udevd + 8 + + + + + udevd + Device event managing daemon + + + + udevd + + + /sbin/udevd + + + + + + + + + + + + Description + udevd listens to kernel uevents. + For every event, udevd executes matching instructions + specified in udev rules. See + udev7 + . + The behavior of the running daemon can be changed with + udevadm control. + + + Options + + + + + Detach and run in the background. + + + + + + Print debug messages to stderr. + + + + + + Limit the number of events executed in parallel. + + + + + + + Delay the execution of RUN instruction by the given + number of seconds. This option might be useful when + debugging system crashes during coldplug caused by loading + non-working kernel modules. + + + + + + Specify when udevd should resolve names of users and groups. + When set to (the default) names will be + resolved when the rules are parsed. When set to + names will be resolved for every event. + When set to names will never be resolved + and all devices will be owned by root. + + + + + + Print version number. + + + + + + Print help text. + + + + + + Environment + + + $UDEV_LOG= + + Set the logging priority. + + + + + + Kernel command line + + Parameters starting with "rd." will be read when + udevd is used in an initrd. + + udev.log-priority= + rd.udev.log-priority= + + Set the logging priority. + + + + udev.children-max= + rd.udev.children-max= + + Limit the number of events executed in parallel. + + + + udev.exec-delay= + rd.udev.exec-delay= + + Delay the execution of RUN instruction by the given + number of seconds. This option might be useful when + debugging system crashes during coldplug caused by loading + non-working kernel modules. + + + + net.ifnames= + + Network interfaces are renamed to give them predictable names + when possible. It is enabled by default, specifying 0 disables it. + + + + + + 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 + + udev7 + , + udevadm8 + + + -- cgit v1.2.3-54-g00ecf