Use "systemctl disable" instead of "service docker stop" refs #19439
authorPeter Amstutz <peter.amstutz@curii.com>
Thu, 1 Sep 2022 20:47:02 +0000 (16:47 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Thu, 1 Sep 2022 20:47:02 +0000 (16:47 -0400)
commit1e0108e1a3b902565249ce0d82cc52644281d042
tree006346d4bc7b6ef78615b9be703f70228e22c423
parentcb7142dda4fd77a8b400db7b12ad0fd0ef1cfefa
Use "systemctl disable" instead of "service docker stop" refs #19439

"service docker stop" stops the daemon but it can be restarted from
prematurely by socket activation.  Whoops!

We need to use "systemctl disable" it so that it doesn't wake up
during the scratch space surgery on the /tmp directory.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
tools/compute-images/scripts/usr-local-bin-ensure-encrypted-partitions-aws-ebs-autoscale.sh
tools/compute-images/scripts/usr-local-bin-ensure-encrypted-partitions.sh