X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=init%2Fudev-settle.service.in;h=f5f5958934b9dcbe32c11c1cbdfc17e599827194;hp=be06a3935279a240d14f30bcad624320b669d3c0;hb=a50a665988418178b632ea1443faab841bc21c75;hpb=ce440d1c1bcd9ac05a34bd987bc68744270214d7 diff --git a/init/udev-settle.service.in b/init/udev-settle.service.in index be06a3935..f5f595893 100644 --- a/init/udev-settle.service.in +++ b/init/udev-settle.service.in @@ -1,19 +1,23 @@ -# This barrier service is usually not enabled by default. If enabled, -# it acts as a barrier for basic.target -- so all later services will +# This service is usually not enabled by default. If enabled, it +# acts as a barrier for basic.target -- so all later services will # wait for udev completely finishing its coldplug run. # -# It might be enabled just unconditionally, or pulled-in on-demand by -# broken or non-hotplug-aware services that assume a fully populated -# /dev at startup. +# If needed, to work around broken or non-hotplug-aware services, +# it might be enabled unconditionally, or pulled-in on-demand by +# the services that assume a fully populated /dev at startup. It +# should not be used or pulled-in ever on systems without such +# legacy services running. [Unit] Description=udev Wait for Complete Device Initialization DefaultDependencies=no -After=udev.service +Wants=udev.service +After=udev-trigger.service Before=basic.target [Service] Type=oneshot +TimeoutSec=180 RemainAfterExit=yes ExecStart=@sbindir@/udevadm settle