Skip to content

Instantly share code, notes, and snippets.

@guglielmo
Created February 27, 2015 11:08
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 guglielmo/38ec5f1b83f44ba0eb86 to your computer and use it in GitHub Desktop.
Save guglielmo/38ec5f1b83f44ba0eb86 to your computer and use it in GitHub Desktop.
# simple uWSGI script
description "uwsgi emperor"
start on runlevel [2345]
stop on runlevel [06]
exec /usr/local/bin/uwsgi --emperor /etc/uwsgi/vassals --uid www-data --gid www-data --daemonize=/var/log/uwsgi/emperor.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment