From aced721e350ffebbe6505a70aac30c2df0af3aa0 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 7 Sep 2020 14:49:39 +0100 Subject: [PATCH] Update name of smartd service --- cookbooks/hardware/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]" -- 2.43.2