Skip to content

Instantly share code, notes, and snippets.

@NickWoodhams
Created January 17, 2013 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NickWoodhams/4552290 to your computer and use it in GitHub Desktop.
Save NickWoodhams/4552290 to your computer and use it in GitHub Desktop.
my uWSGI Emperor Init (Upstart script)
# Emperor uWSGI script
description "uWSGI Emperor"
start on runlevel [2345]
stop on runlevel [06]
respawn
exec /usr/bin/uwsgi --master --enable-threads --emperor /etc/uwsgi/apps-enabled --die-on-term --uid www-data --gid www-data --logto /var/log/uwsgi/emperor.log
@ashwin31
Copy link

its not working for me, can you help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment