Skip to content

Instantly share code, notes, and snippets.

@max107
Created December 16, 2013 20:38
Show Gist options
  • Save max107/7993946 to your computer and use it in GitHub Desktop.
Save max107/7993946 to your computer and use it in GitHub Desktop.
[program:something_uwsgi]
user=something
process_name=%(program_name)s
directory=/home/something/something.info
command=/usr/bin/uwsgi -y /home/something/something.info/app/uwsgi.yaml
stdout_logfile=/home/something/something.info/log/supervisord_uwsgi.log
stderr_logfile=/home/something/something.info/log/supervisord_uwsgi.error
autostart=true
autorestart=true
redirect_stderr=true
stopsignal=INT
master=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment