From 513aff110280751c9571a5f211a54bb6a0a73846 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 18 Oct 2021 02:54:49 +0200 Subject: [PATCH] ci: Dockerfile: /lib/systemd/systemd instead of /sbin/init --- integration-tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/Dockerfile b/integration-tests/Dockerfile index 1416670..64d5d0b 100644 --- a/integration-tests/Dockerfile +++ b/integration-tests/Dockerfile @@ -33,4 +33,4 @@ STOPSIGNAL SIGRTMIN+3 #ENV TLJH_BOOTSTRAP_PIP_SPEC=/srv/src #ENV PATH=/opt/tljh/hub/bin:${PATH} -CMD ["/bin/bash", "-c", "exec /sbin/init --log-target=journal 3>&1"] +CMD ["/bin/bash", "-c", "exec /lib/systemd/systemd --log-target=journal 3>&1"]