DarthSim / overmind

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

Add ability to kill a single process #28

Closed maschwenk closed 6 years ago

maschwenk commented 6 years ago

Use Case

I need to reset my database. I can't reset my database without taking down a few of the services momentarily. The only way I know (could be wrong) is to overmind kill and start back up


Users can now send a list of commands to kill (similar to restart)

  1. overmind kill web other_web_thing
  2. (reset your db, whathaveyou)
  3. overmind restart web other_web_thing
maschwenk commented 6 years ago

...it was a tmux setting that was killing the process after I just cmd-cc'd the window