Skip to content

Instantly share code, notes, and snippets.

@infoslack
Created October 30, 2013 17:31
Show Gist options
  • Save infoslack/7236704 to your computer and use it in GitHub Desktop.
Save infoslack/7236704 to your computer and use it in GitHub Desktop.
upstart nginx
description "nginx webserver"
start on startup
stop on shutdown
respawn
expect fork
exec /opt/local/sbin/nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment