mirror of
https://github.com/containers/podman.git
synced 2025-08-24 01:50:58 +08:00

The field allows users to specify a custom stop signal (e.g., SIGUSR1) per container. If defined, it overrides the default stop signal (SIGTERM) or that defined in the image metadata. Fixes: #25389 Signed-off-by: Arthur Wu <lion811004@gmail.com>