]> git.openstreetmap.org Git - chef.git/commitdiff
Update name of smartd service
authorTom Hughes <tom@compton.nu>
Mon, 7 Sep 2020 13:49:39 +0000 (14:49 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 7 Sep 2020 13:49:39 +0000 (14:49 +0100)
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]"