tableflip / guvnor

A node process manager that isn't spanners all the way down
MIT License
430 stars 37 forks source link

How do I kill and restart the daemon without launching everything that ran before? #52

Closed goloroden closed 9 years ago

goloroden commented 9 years ago

If I currently kill guvnor and restart it, all the processes that ran before get started again.

Is there a possibility to avoid this? Something such as a --no-restart parameter?

achingbrain commented 9 years ago

When guvnor is stopped, remove /etc/guvnor/processes.json - this will stop it from starting anything on next start.

If you don't want it to start processes automatically, set the autoresume property to false in /etc/guvnor/guvnor

achingbrain commented 9 years ago

Closing because it's been a while. If you still see a problem, please re-open.