Skip to content

Instantly share code, notes, and snippets.

@sebk
sebk / nginx
Created August 10, 2011 17:09
nginx init script
### BEGIN INIT INFO
# Provides: nginx
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts the nginx web server
# Description: starts nginx using start-stop-daemon
### END INIT INFO