diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 10:03:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 10:03:28 +0000 |
commit | 674c185fa343e79ea27252ce92403a60c6bdee7c (patch) | |
tree | 6b1a941170e8f148830aaa219646c1dd3e5c7068 /libexec/container/stop | |
parent | Adding upstream version 20211102. (diff) | |
download | open-infrastructure-compute-tools-674c185fa343e79ea27252ce92403a60c6bdee7c.tar.xz open-infrastructure-compute-tools-674c185fa343e79ea27252ce92403a60c6bdee7c.zip |
Adding upstream version 20211103.upstream/20211103
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libexec/container/stop')
-rwxr-xr-x | libexec/container/stop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/container/stop b/libexec/container/stop index 98b2afa..9130c97 100755 --- a/libexec/container/stop +++ b/libexec/container/stop @@ -27,6 +27,7 @@ COMMAND="$(basename ${0})" CONFIG="/etc/${SOFTWARE}/config" HOOKS="/etc/${SOFTWARE}/hooks" MACHINES="/var/lib/machines" +NEEDRESTART="/usr/share/${SOFTWARE}/needrestart" CLEAN="false" @@ -264,6 +265,8 @@ case "${VERBOSE}" in ;; esac +rm -f "/etc/needrestart/restart.d/container@${NAME}.service" + machinectl ${MODE} ${NAME} case "${FORCE}" in |