Skip to content

Instantly share code, notes, and snippets.

@lricoy
Last active December 26, 2015 04:29
Show Gist options
  • Save lricoy/7093978 to your computer and use it in GitHub Desktop.
Save lricoy/7093978 to your computer and use it in GitHub Desktop.
Supervisor sample config file
[program:hello]
command = /webapps/hello_django/bin/gunicorn_start ; Command to start app
user = webadmin ; User to run as
stdout_logfile = /webapps/hello_django/logs/gunicorn_supervisor.log ; Where to write log messages
redirect_stderr = true ; Save stderr in the same log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment