Process manager tool for configuring background services/resident processes
# Install supervisord
apt-get install supervisorGenerate configuration file /etc/supervisord.conf
[program:app]
command=/usr/bin/gunicorn -w 1 wsgiapp:application
directory=/srv/www
user=www-datasupervisord: start supervisor service
supervisorctl start app
supervisorctl stop app
supervisorctl reload # Modify/add configuration files need to execute thishttps://pypi.python.org/pypi/meld3 https://pypi.python.org/pypi/supervisor