Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
description "nginx"
start on runlevel 2
stop on runlevel [!2]
expect fork
#respawn
exec nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment