Mechanism to immidiatly stop container managed by systemd #26639
Replies: 2 comments 2 replies
-
How does that freeze? quadlets have an ExecStopPost= command to remove the container so the state should not matter for that. Also you can configure the |
Beta Was this translation helpful? Give feedback.
2 replies
-
Was answered here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to stop quadlet container instantly similar to
podman stop <name> -t 0
?We tried to solve it with
systemctl --user kill --signal=SIGKILL <name>
.However if the container was already in stopping state which was triggered by
systemctl --user stop <name>
the container freezes instopping
state. This behaviour seems to be expexted as mentioned hereBeta Was this translation helpful? Give feedback.
All reactions