X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-udevd.service.xml;h=cd679a449db5ce59f48cfb3dd91a168bf26285a5;hp=0dd5d100893d453913524af88774af75fe3dd730;hb=ed7e5fe37d7e3392538844abadbb2903f4d2540f;hpb=bad1837c18b63130e698b4e7542a72f33644229d diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 0dd5d1008..cd679a449 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -70,7 +70,7 @@ - Print debug messages to stderr. + Print debug messages to standard error. @@ -82,21 +82,21 @@ - - Delay the execution of RUN intruction by the given - number of seconds. This option might be useful when - debugging system crashes during coldplug caused by loading - non-working kernel modules. + Delay the execution of RUN + instructions 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 systemd-udevd should resolve names of users and groups. - When set to (the default) names will be + 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 + , names will be resolved for every event. + When set to , names will never be resolved and all devices will be owned by root. @@ -116,9 +116,9 @@ Environment - + - UDEV_LOG= + $UDEV_LOG= Set the logging priority. @@ -127,7 +127,7 @@ Kernel command line - + Parameters starting with "rd." will be read when systemd-udevd is used in an initrd. @@ -148,13 +148,39 @@ udev.exec-delay= rd.udev.exec-delay= - Delay the execution of RUN intruction by the given + Delay the execution of RUN instructions 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 . + + +