Skip to content

Commit

Permalink
aesthetic tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Dec 22, 2009
1 parent 9313ab2 commit 97b352c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions chef-solr/lib/chef/solr/application/indexer.rb
Expand Up @@ -124,12 +124,8 @@ def setup_application
end

def run_application
if Chef::Config[:daemonize]
Chef::Daemon.daemonize("chef-solr-indexer")
end

Chef::Daemon.daemonize("chef-solr-indexer") if Chef::Config[:daemonize]
@consumer.start

end
end
end
Expand Down

0 comments on commit 97b352c

Please sign in to comment.