Merge branch '14018-acr-set-container-properties' into main
[arvados.git] / lib / config / config.default.yml
index ff48d48f411e025a9dcefd30dea47219699441fa..2b474ffdb0c0bdd4eed70a9499985a06c1a22c4d 100644 (file)
@@ -1072,7 +1072,7 @@ Clusters:
         # Shell command to execute on each worker to determine whether
         # the worker is booted and ready to run containers. It should
         # exit zero if the worker is ready.
-        BootProbeCommand: "docker ps -q"
+        BootProbeCommand: "systemctl is-system-running"
 
         # Minimum interval between consecutive probes to a single
         # worker.