Open
Description
It would be rather helpful if the Subprocess page in supervisor's documentation mentioned the fixes listed in How to propagate SIGTERM to a child process in a Bash script.
Short version: if supervisor is starting a bash-wrapper around another process, that wrapper should either:
exec
the other process on its last line- Explicitly handle the
SIGTERM
withtrap
/wait