overmind
overmind copied to clipboard
Send custom process signal to a process
It would be nice to be able to run something like overmind kill --signal USR1 my_process
to send SIGUSR1
to the running process my_process
.
trap
-- there's an example in the readme regarding docker