Skip to content

Instantly share code, notes, and snippets.

@5thWall
5thWall / unicorn
Created February 5, 2011 22:10
/etc/init.d script for unicorn and non-rails app
#!/bin/sh
#
# init.d script for single or multiple unicorn installations. Expects at least one .conf
# file in /etc/unicorn
#
# Modified by 5thWall@gmail.com http://github.com/5thWall
# based on https://gist.github.com/504875 by http://github.com/jaygooby
#
## A sample /etc/unicorn/my_app.conf
##