Created
September 30, 2010 01:51
-
-
Save coshx/603892 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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