Skip to content

Instantly share code, notes, and snippets.

@coshx
Created September 30, 2010 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coshx/603892 to your computer and use it in GitHub Desktop.
Save coshx/603892 to your computer and use it in GitHub Desktop.
# cruise - CruiseControl.rb continuous integration server
#
description "CC.rb continuous integration server"
start on runlevel [2345]
stop on runlevel [!2345]
expect daemon
respawn
exec sudo -u deployer -i 'source /home/deployer/.rvm/scripts/rvm ; cd /home/deployer/cruise ; rvm info >> /tmp/upstart.log && sleep 120'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment