Skip to content

Commit

Permalink
Merge pull request #47 from bkw/dropProcpsService
Browse files Browse the repository at this point in the history
Drop procps service
  • Loading branch information
chris-rock committed Sep 15, 2014
2 parents 4597136 + 96c8684 commit 3bb3667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/sysctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
service 'procps' do
provider service_provider
supports restart: false, reload: false
action :start
action [:enable, :start]
only_if { cookbook_version('sysctl', '< 0.6.0') }
end
end

0 comments on commit 3bb3667

Please sign in to comment.