diff --git a/recipes/install.rb b/recipes/install.rb index ebb29aa..ad91118 100644 --- a/recipes/install.rb +++ b/recipes/install.rb @@ -53,5 +53,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, :restart ] end