Skip to content

Instantly share code, notes, and snippets.

View rodvlopes's full-sized avatar
🎯
Focusing

Rodrigo Lopes rodvlopes

🎯
Focusing
View GitHub Profile
@rodvlopes
rodvlopes / cruisecontrolrb
Created January 25, 2010 13:12
init/rc cruisecontrol.rb daemon
#! /bin/sh
### BEGIN INIT INFO
# Provides: cruisecontrol.rb
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: S 0 1 6
# Short-Description: CruiseControl.rb
# Description: Continuous build integration system. This runs the web interface (via mongrel and the builders).
### END INIT INFO