X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/30bd9f9ef5cda55548e0391f7925317cb65b6d9f..ca6c0353c236d5fc0f829880e845cbd8489ea9ad:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index ff48d48f41..2b474ffdb0 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -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.