X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsystemd-udevd.service.xml;h=16d5315bc7169f899d53b1522b4af850f42d781d;hb=0307f79171ed47b120afcd432d1f463904ae515a;hp=243fd064710cf22ffc8d9a48406e22b50cde0038;hpb=f5df066d1d28920e49cf03d5950330138ea4f236;p=thirdparty%2Fsystemd.git diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 243fd064710..16d5315bc71 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -1,6 +1,7 @@ - + + @@ -8,14 +9,6 @@ systemd-udevd.service systemd - - - Developer - Kay - Sievers - kay@vrfy.org - - @@ -68,6 +61,7 @@ Options + Detach and run in the background. @@ -75,6 +69,7 @@ + Print debug messages to standard error. @@ -82,6 +77,7 @@ + Limit the number of events executed in parallel. @@ -89,6 +85,7 @@ + Delay the execution of RUN @@ -100,6 +97,7 @@ + Set the number of seconds to wait for events to finish. After @@ -108,6 +106,7 @@ + Specify when systemd-udevd should resolve names of users and groups. @@ -119,11 +118,7 @@ - - - - - + @@ -133,22 +128,22 @@ Parameters starting with "rd." will be read when systemd-udevd is used in an initrd. - udev.log-priority= - rd.udev.log-priority= + udev.log_priority= + rd.udev.log_priority= Set the log level. - udev.children-max= - rd.udev.children-max= + udev.children_max= + rd.udev.children_max= Limit the number of events executed in parallel. - udev.exec-delay= - rd.udev.exec-delay= + udev.exec_delay= + rd.udev.exec_delay= Delay the execution of RUN instructions by the given number of seconds. This option might be useful when @@ -157,8 +152,8 @@ - udev.event-timeout= - rd.udev.event-timeout= + udev.event_timeout= + rd.udev.event_timeout= Wait for events to finish up to the given number of seconds. This option might be useful if events are @@ -172,6 +167,26 @@ when possible. It is enabled by default; specifying 0 disables it. + + net.naming-scheme= + + Network interfaces are renamed to give them predictable names when possible (unless + net.ifnames=0 is specified, see above). The names are derived from various + device metadata fields. Newer versions of systemd-udevd.service take more of + these fields into account, improving (and thus possibly changing) the names used for the same + devices. With this kernel command line option it is possible to pick a specific version of this + algorithm. It expects a naming scheme identifier as argument. Currently the following identifiers + are known: v238, v239, v240 which each + implement the naming scheme that was the default in the indicated systemd version. In addition, + latest may be used to designate the latest scheme known (to this particular + version of systemd-udevd.service). + + Note that selecting a specific scheme is not sufficient to fully stabilize interface naming: + the naming is generally derived from driver attributes exposed by the kernel. As the kernel is + updated, previously missing attributes systemd-udevd.service is checking might + appear, which affects older name derivation algorithms, too. + +