Created
May 25, 2016 09:09
-
-
Save sokratisg/6e3881faebcfa5211d2b0590980636a3 to your computer and use it in GitHub Desktop.
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
description "uWSGI application server in Emperor mode" | |
start on runlevel [2345] | |
stop on runlevel [!2345] | |
respawn | |
setuid bots | |
setgid www-data | |
exec /usr/local/bin/uwsgi --emperor --emperor-nofollow /etc/uwsgi/apps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment