Restart or stop a single process
masterOvermind allows you to manage individual processes within a Procfile without affecting the others.
- Restart a process:
bin/overmind restart <process_name> - Stop a process:
bin/overmind stop <process_name>
bin/overmind restart sidekiq
bin/overmind stop sidekiq