Recently I’ve been using bench start to run the development environment (in comparison to the production environment).
Normally to quit the development environment I just need to ctrl + c in the same terminal window.
Problem is, the development environment keeps running when the SSH pipeline is broken for whatever reason, and now when I SSH back into the server I have no way to stop it except to reboot the entire server.
Is there a different way to stop the development environment when SSH connection is broken?