Skip to content

Instantly share code, notes, and snippets.

@msmith-thrillist
msmith-thrillist / unicorn
Created May 2, 2012 18:58
/etc/init.d script for unicorn
#!/bin/sh
#
# init.d script for single or multiple unicorn installations. Expects at least one .conf
# file in /etc/unicorn
#
# Modified by [email protected] http://github.com/jaygooby
# based on http://gist.github.com/308216 by http://github.com/mguterl
#
## A sample /etc/unicorn/my_app.conf
##
@msmith-thrillist
msmith-thrillist / unicorn
Created May 2, 2012 18:58
/etc/init.d script for unicorn
#!/bin/sh
#
# init.d script for single or multiple unicorn installations. Expects at least one .conf
# file in /etc/unicorn
#
# Modified by [email protected] http://github.com/jaygooby
# based on http://gist.github.com/308216 by http://github.com/mguterl
#
## A sample /etc/unicorn/my_app.conf
##
@msmith-thrillist
msmith-thrillist / vagrant.org
Created September 21, 2011 21:19 — forked from zellyn/vagrant.org
Setting up a CentOS 5.4 base box for Vagrant