Skip to content

Instantly share code, notes, and snippets.

@rub1cc
Last active June 3, 2019 07:22
Show Gist options
  • Save rub1cc/0f53c844194c643fb33d99e0a428ab06 to your computer and use it in GitHub Desktop.
Save rub1cc/0f53c844194c643fb33d99e0a428ab06 to your computer and use it in GitHub Desktop.
[program:project_name]
directory = path_to_project_deployment_folder ; Project deployment directory
command = bash -c "./gunicorn-start.sh" ; Start app
user = user ; User to run as
stdout_logfile = path_to_project/logs/gunicorn-supervisor.log ; Where to write log messages
redirect_stderr = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment