-
-
Save thattommyhall/953400 to your computer and use it in GitHub Desktop.
Nginx Upstart
This file contains hidden or 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 "nginx http daemon" | |
start on runlevel [2345] | |
stop on runlevel [!2345] | |
exec /opt/nginx/sbin/nginx -g "daemon off;" | |
respawn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment