DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.78k stars 79 forks source link

Send custom process signal to a process #137

Closed paddor closed 7 hours ago

paddor commented 1 year ago

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.

mculp commented 1 year ago

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