Amélioration du néttoyage
This commit is contained in:
parent
42d48ed0d4
commit
5b4b259802
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue