overmind icon indicating copy to clipboard operation
overmind copied to clipboard

Send custom process signal to a process

Open paddor opened this issue 2 years ago • 1 comments

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.

paddor avatar Oct 13 '22 10:10 paddor

trap -- there's an example in the readme regarding docker

mculp avatar Jan 03 '23 05:01 mculp