Skip to content

Commit

Permalink
Use provider Chef::Provider::Service::Upstart for thumbor service
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Jan 7, 2014
1 parent be19a44 commit 428e60d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/experimental.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
end

service 'thumbor' do
provider Chef::Provider::Service::Upstart
supports :restart => true, :start => true, :stop => true, :reload => true
action [:enable, :start]
end

0 comments on commit 428e60d

Please sign in to comment.