Skip to content

Instantly share code, notes, and snippets.

@mvasilkov
Created May 19, 2012 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvasilkov/2731968 to your computer and use it in GitHub Desktop.
Save mvasilkov/2731968 to your computer and use it in GitHub Desktop.
Ricchan (lit.animuchan.net) uWSGI config
description "uWSGI starter {ricchan}"
start on (local-filesystems
and runlevel [2345])
stop on runlevel [016]
respawn
exec /usr/local/bin/uwsgi --uid rei \
-s 127.0.0.1:9001 -M -p 2 \
--logto /home/rei/logs/ricchan/uwsgi_log \
-H /home/rei/ricchan/virtualenv \
--pythonpath /home/rei -w ricchan.production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment