Skip to content

Instantly share code, notes, and snippets.

View jherrm's full-sized avatar

Jeremy Herrman jherrm

View GitHub Profile
@jherrm
jherrm / gist:1054913
Created June 29, 2011 20:47 — forked from IPrism/gist:1010289
startup script for unicorn with rvm global installation
#!/bin/bash
### BEGIN INIT INFO
# Provides: APPLICATION
# Required-Start: $all
# Required-Stop: $network $local_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start the APPLICATION unicorns at boot
# Description: Enable APPLICATION at boot time.
### END INIT INFO