From: Tom Hughes Date: Mon, 7 Sep 2020 13:49:39 +0000 (+0100) Subject: Update name of smartd service X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/aced721e350ffebbe6505a70aac30c2df0af3aa0 Update name of smartd service --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 6e155f04f..7799058e1 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -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]"