Skip to content

Instantly share code, notes, and snippets.

View caevyn's full-sized avatar

Matt Murphy caevyn

  • Newcastle, Australia
View GitHub Profile
@caevyn
caevyn / nginx
Last active August 29, 2015 14:22 — forked from vdel26/nginx
#!/bin/sh
#
# chkconfig: 2345 55 25
# Description: Nginx init.d script, put in /etc/init.d, chmod +x /etc/init.d/nginx
# For Debian, run: update-rc.d -f nginx defaults
# For CentOS, run: chkconfig --add nginx
#
### BEGIN INIT INFO
# Provides: nginx
# Required-Start: $all