Skip to content

Instantly share code, notes, and snippets.

@hamsolodev
Created December 8, 2013 06:13
Show Gist options
  • Select an option

  • Save hamsolodev/7853916 to your computer and use it in GitHub Desktop.

Select an option

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