mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
When stopping a container that is (stuck) in setup state, e.g., fetching its container image, we need to send SIGTERM to the container wrapper script rather than forwarding the 'stop' command to podman. With this fix, and the Finit upgrade, there is no longer a 10 second timeout before Finit sends SIGKILL to the PID. Instead, the script now immediately react to the initial SIGTERM. Related to issue #980 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>