Skip to content

Instantly share code, notes, and snippets.

@jgram925
Last active June 15, 2019 17:49
Show Gist options
  • Save jgram925/ee487a1fc8e10cfb5e30d8202fd16614 to your computer and use it in GitHub Desktop.
Save jgram925/ee487a1fc8e10cfb5e30d8202fd16614 to your computer and use it in GitHub Desktop.
supervisor.conf
[program:calib]
directory=/home/joswar/projects/calibration/
environment=DJANGO_SETTINGS_MODULE=calib_site.settings.testdev
command=/home/joswar/envs/calibration/bin/gunicorn -c conf/gunicorn_conf_prod.py calib_site.wsgi:application
redirect_stderr=true
autostart=true
autorestart=true
user=joswar
priority=990
stopsignal=KILL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment