Skip to content

Commit

Permalink
Merge pull request yevgenko#4 from mal/support-reload
Browse files Browse the repository at this point in the history
Allow php-fpm service to be reloaded
  • Loading branch information
yevgenko committed Feb 9, 2013
2 parents 3a9bca5 + 05b8d54 commit 41eb755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@
end

service php_fpm_service_name do
supports :status => true, :restart => true, :reload => true
action [ :enable, :start ]
end

0 comments on commit 41eb755

Please sign in to comment.