Skip to content

Instantly share code, notes, and snippets.

View dongalor's full-sized avatar
💻
coding

Garblovian dongalor

💻
coding
View GitHub Profile
@dongalor
dongalor / unicorn.sh
Created September 8, 2011 00:31 — forked from adamhunter/unicorn.sh
rc.d script for freebsd, multiply instances of unicorn made easy...
#!/bin/sh
# Modified by zulus69@gmail.com
#
# A sample /etc/unicorn/my_app.conf
# RAILS_ENV=production
# RAILS_ROOT=/var/apps/www/my_app/current
. /etc/rc.subr
USER="your_user_name"