From 549e741c38b7d8e5f665b287511a513928d10552 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 Jun 2022 08:24:51 +0200 Subject: Tracking container state in run files in /var/lib/compute-tools. Signed-off-by: Daniel Baumann --- libexec/container/stop | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libexec/container/stop') diff --git a/libexec/container/stop b/libexec/container/stop index 2d81523..793b323 100755 --- a/libexec/container/stop +++ b/libexec/container/stop @@ -326,6 +326,9 @@ case "${KILL}" in ;; esac +mkdir -p "/var/lib/${SOFTWARE}/state" +echo "stop" > "/var/lib/${SOFTWARE}/state/${NAME}.run" + case "${VERBOSE}" in true) echo " done." -- cgit v1.2.3