goup
goup copied to clipboard
Allow configuring of the termination signal
This PR adds the ability to switch the termination signal to SIGINT or SIGTERM by setting the GOUP_TERM_SIGNAL env var. The previous default behavior of the program of using SIGTERM is preserved if the user does not configure anything.