I love supervisord [http://supervisord.org/], it’s been a fantastic way to
manage things like gunicorn [http://gunicorn.org/] and celery
[http://www.celeryproject.org/] processes. But I didn’t like that I needed to
use sudo to restart a running server, e.g.:
sudo supervisorctl restart todaysmeet-web
A