chiark / gitweb /
systemd: do not enable udev-settle.service by default
[elogind.git] / init / udev-settle.service.in
index 4cb33aad35b49f50c93da9026f46f57c36279f41..be06a3935279a240d14f30bcad624320b669d3c0 100644 (file)
@@ -1,7 +1,16 @@
+# This barrier 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.
+
 [Unit]
-Description=wait until full initialization
+Description=udev Wait for Complete Device Initialization
 DefaultDependencies=no
 After=udev.service
+Before=basic.target
 
 [Service]
 Type=oneshot
@@ -9,5 +18,4 @@ RemainAfterExit=yes
 ExecStart=@sbindir@/udevadm settle
 
 [Install]
-WantedBy=sysinit.target
-Also=udev.service udev-retry.service
+WantedBy=basic.target