]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Update name of smartd service
[chef.git] / cookbooks / hardware / recipes / default.rb
index 6e155f04ffbf6e27fd7e41062489c03707357512..7799058e1d8875a4f4270a619ed2a63c6592de4e 100644 (file)
@@ -424,7 +424,7 @@ if disks.count.positive?
     mode "644"
   end
 
-  service "smartd" do
+  service "smartmontools" do
     action [:enable, :start]
     subscribes :reload, "template[/etc/smartd.conf]"
     subscribes :restart, "template[/etc/default/smartmontools]"