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