Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authorRaphael <raphael@joindiaspora.com>2010-12-02 21:40:12 +0300
committerRaphael <raphael@joindiaspora.com>2010-12-02 23:35:26 +0300
commit0b5bf40a8df824f967223f58c9d9f9ef6c33ca86 (patch)
tree09edf6c4a04b66b12e22c426c016b55adf671d5c /chef
parent5fd854bd89e520cab8d031ff27cef5438fa3fef9 (diff)
Finish resque-web run line
Diffstat (limited to 'chef')
-rw-r--r--chef/cookbooks/common/recipes/daemontools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/cookbooks/common/recipes/daemontools.rb b/chef/cookbooks/common/recipes/daemontools.rb
index c8d926489..2dc18e3d3 100644
--- a/chef/cookbooks/common/recipes/daemontools.rb
+++ b/chef/cookbooks/common/recipes/daemontools.rb
@@ -73,7 +73,7 @@ execute "executable" do
end
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
execute "executable" do