Created
January 17, 2013 00:14
-
-
Save NickWoodhams/4552290 to your computer and use it in GitHub Desktop.
my uWSGI Emperor Init (Upstart script)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
its not working for me, can you help?