From: Tom Hughes Date: Wed, 9 Nov 2022 13:50:19 +0000 (+0000) Subject: The mdadm service is now called mdmonitor X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/48d22e400425013f6deb626dafbfc1f97af97c6f The mdadm service is now called mdmonitor --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 0821ef1e0..656bb58ba 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -585,7 +585,7 @@ if File.exist?("/etc/mdadm/mdadm.conf") content mdadm_conf end - service "mdadm" do + service "mdmonitor" do action :nothing subscribes :restart, "file[/etc/mdadm/mdadm.conf]" end