From 58ce05cf0eaabdd1c277d5626225b7f71f999ea4 Mon Sep 17 00:00:00 2001 From: maxwell Date: Thu, 16 Dec 2010 10:49:24 -0800 Subject: [PATCH] fix a config option in chef script --- chef/cookbooks/common/recipes/daemontools.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/cookbooks/common/recipes/daemontools.rb b/chef/cookbooks/common/recipes/daemontools.rb index 7040ade0e..c59105959 100644 --- a/chef/cookbooks/common/recipes/daemontools.rb +++ b/chef/cookbooks/common/recipes/daemontools.rb @@ -58,7 +58,7 @@ execute "executable" do end execute "resque worker run" do - command "mkdir -p /service/resque_worker && echo '#!/bin/sh' > /service/resque_worker/run && echo 'cd /user/local/app/diaspora && RAILS_ENV=production QUEUES=socket_webfinger,receive,receive_salmon, email,http HOME=/usr/local/app/diaspora exec /usr/local/bin/rake resque:work' >> /service/resque_worker/run" + command "mkdir -p /service/resque_worker && echo '#!/bin/sh' > /service/resque_worker/run && echo 'cd /usr/local/app/diaspora && RAILS_ENV=production QUEUES=socket_webfinger,receive,receive_salmon, email,http HOME=/usr/local/app/diaspora exec /usr/local/bin/rake resque:work' >> /service/resque_worker/run" end execute "executable" do