Finish resque-web run line

This commit is contained in:
Raphael 2010-12-02 10:40:12 -08:00
parent 5fd854bd89
commit 0b5bf40a8d

View file

@ -73,7 +73,7 @@ execute "executable" do
end end
execute "resque web run" do execute "resque web run" do
command "mkdir -p /service/resque_web && echo '#!/bin/sh' > /service/resque_web/run && echo 'exec resque-web' >> /service/resque_web/run" command "mkdir -p /service/resque_web && echo '#!/bin/sh' > /service/resque_web/run && echo 'RAILS_ENV=production HOME=/usr/local/app/diaspora exec resque-web -F' >> /service/resque_web/run"
end end
execute "executable" do execute "executable" do