Skip to content

Commit

Permalink
do not start php-fpm recipe. yevgenko#26
Browse files Browse the repository at this point in the history
starting fpm from recipe makes initial installs to fail when config is
incomplete.

starting fpm service is handled from lrwp notification so starting from
recipe is not really neccessary.
  • Loading branch information
glensc committed Dec 12, 2013
1 parent a945bb6 commit de1c2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@
provider service_provider if service_provider
service_name php_fpm_service_name
supports :start => true, :stop => true, :restart => true, :reload => true
action [ :enable, :start ]
action [ :enable ]
end

0 comments on commit de1c2a1

Please sign in to comment.