chiark / gitweb /
systemd: do not enable udev-settle.service by default
[elogind.git] / init / udev-settle.service.in
index c5d7e96cb34f323442ad38042be99c460bbb1dc8..be06a3935279a240d14f30bcad624320b669d3c0 100644 (file)
@@ -1,3 +1,11 @@
+# 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=udev Wait for Complete Device Initialization
 DefaultDependencies=no
@@ -8,3 +16,6 @@ Before=basic.target
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@sbindir@/udevadm settle
+
+[Install]
+WantedBy=basic.target