X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dcccc2dc1ebc77dd2254a23af97bcfb270b760be..aced721e350ffebbe6505a70aac30c2df0af3aa0:/cookbooks/hardware/recipes/default.rb 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]"