Last active
December 26, 2015 04:29
-
-
Save lricoy/7093978 to your computer and use it in GitHub Desktop.
Supervisor sample config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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