Skip to content

Instantly share code, notes, and snippets.

@aterreno
Created April 14, 2011 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aterreno/919234 to your computer and use it in GitHub Desktop.
Save aterreno/919234 to your computer and use it in GitHub Desktop.
upstart script for nginx
description "nginx http daemon"
start on started mongodb
stop on runlevel [016]
console owner
exec /opt/nginx/sbin/nginx -c /opt/nginx/conf/nginx.conf -g "daemon off;"
respawn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment