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 21:01:58 +0000 (17:01 -0400)
commit83deb3f45fac5dff0ea8739532064484b757592e
treedfbdb85767e0a54337874e9fdecbe682083e759c
parent0d80c586d7477b3aec5c53a9d9bda458a4448516
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