DarthSim / overmind

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

Consider SIGHUP as termination signal. fixes #50 #86

Closed kalekseev closed 4 years ago

kalekseev commented 4 years ago

When user close terminal or tmux pane it sends SIGHUP to current process. When overmind receive SIGHUP it just terminate and leaves .overmind.sock and tmux running. There is no way for user to recover from that state except to kill left processes and clean sock file by hands.

kalekseev commented 4 years ago

Fixes #50

DarthSim commented 4 years ago

Good point. Thanks for your contribution!