Skip to content

Instantly share code, notes, and snippets.

@hamsolodev
Created December 8, 2013 06:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamsolodev/7853916 to your computer and use it in GitHub Desktop.
Save hamsolodev/7853916 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 --emperor /etc/uwsgi --logger syslog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment