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}