From 5b4b2598023024ab3355414dc909dce1d09069cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= Date: Mon, 14 Jun 2021 12:57:23 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20n=C3=A9ttoyage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- podman-matrix/80_destroy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman-matrix/80_destroy.sh b/podman-matrix/80_destroy.sh index f4bea63..9c1d475 100755 --- a/podman-matrix/80_destroy.sh +++ b/podman-matrix/80_destroy.sh @@ -16,5 +16,7 @@ ensure_pod_not_running ${pod_name} ${ABSDIR}/70_disable.sh rm -f ${HOME}/.config/systemd/user/${service_name} +rm -f ${HOME}/.config/systemd/user/container-${container_name}.service +rm -f ${HOME}/.config/systemd/user/container-${db_container_name}.service systemctl --user daemon-reload podman pod rm ${pod_name}