It would be nice if you could make one process dependent on another so that:
- If you try to start a process with dependencies, it ensures the dependencies are started first
- And maybe if you restart a dependency, it restarts all processes that are dependent on it (this could be configurable?)