I use Supervisor on all of my servers to handle the running of non-daemonized processes, such as Gunicorn processes for Django apps. The truth is, though, that Supervisor is also a damn-awesome tool for local process management in OS X. Here are a few of the things I'm letting Supervisor handle:
- Running a Node app on port 80.
- Running nginx on port 80.
- Running a watched test-suite for a ...

