From: Tom Hughes Date: Sun, 15 Mar 2015 00:37:55 +0000 (+0000) Subject: Mark the smartmontools service as supporting reload X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0d1a4feb878060e464fb745c64236d690d75f4d6 Mark the smartmontools service as supporting reload --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 364be85c1..551dd5b38 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -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|