Skip to content

Instantly share code, notes, and snippets.

@theorm
Last active December 17, 2015 11:59
Show Gist options
  • Save theorm/5606560 to your computer and use it in GitHub Desktop.
Save theorm/5606560 to your computer and use it in GitHub Desktop.
# Emperor uWSGI script
description "uWSGI Emperor"
start on runlevel [2345]
stop on runlevel [06]
exec uwsgi --master --die-on-term --emperor /etc/uwsgi --logto=/var/log/uwsgi/emperor.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment