| # 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