From: Zack Cerza Date: Thu, 20 Oct 2022 17:14:43 +0000 (-0600) Subject: testnode call systemd explicitly X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aa34c5f3d11850d6d481fa5d3e3e8ef0e1bfbc05;p=teuthology.git testnode call systemd explicitly --- diff --git a/containers/testnode/testnode_start.sh b/containers/testnode/testnode_start.sh index dda645f26..de69169d9 100755 --- a/containers/testnode/testnode_start.sh +++ b/containers/testnode/testnode_start.sh @@ -10,4 +10,4 @@ for i in $(seq 1 5); do sleep 1 done mkdir -p /run/sshd -exec /sbin/init +exec /usr/lib/systemd/systemd --system