X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1528e2c8ce4d8471f8127d0f5d27a6c9dfd58261..bfed2ce1aa34276f71876ff265c1e0f5980331e4:/cookbooks/hardware/recipes/default.rb diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 596d2701d..88bb45613 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -547,9 +547,9 @@ template "/etc/modules" do mode "644" end -service "kmod" do +service "systemd-modules-load" do action :nothing - subscribes :start, "template[/etc/modules]" + subscribes :restart, "template[/etc/modules]" end if node[:hardware][:watchdog]