makes icon indicating copy to clipboard operation
makes copied to clipboard

Propagate signals to subprocess

Open dacevedo12 opened this issue 2 years ago • 0 comments

In non-interactive environments, signals are sent to the container's main process under certain circumstances.

I.e, kubernetes sends a SIGTERM which can be handled to gracefully shutdown applications before the pod gets stopped

Given that makes is the main process, it should propagate those signals to the underlying application being executed

https://github.com/fluidattacks/makes/blob/main/src/cli/main/cli.py#L477

dacevedo12 avatar Sep 07 '23 14:09 dacevedo12