]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Mark the smartmontools service as supporting reload
[chef.git] / cookbooks / hardware / recipes / default.rb
index 364be85c13a4a95769706ac14d3329613ded1b79..551dd5b382b43b311233fd06cdca08e27b793c81 100644 (file)
@@ -405,6 +405,7 @@ if disks.count > 0
 
   service "smartmontools" do
     action [:enable, :start]
+    supports :status => true, :restart => true, :reload => true
   end
 
   disks.each do |disk|