From edf703aa78c99979e8629be5083ef17d0cc883fb Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 1 Dec 2010 18:44:17 -0800 Subject: [PATCH] Correct resque run line --- 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 99b1d58c3..c8d926489 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_worker/run" + command "mkdir -p /service/resque_web && echo '#!/bin/sh' > /service/resque_web/run && echo 'exec resque-web' >> /service/resque_web/run" end execute "executable" do