X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/58eafe5641c36922c5d8422e1b0fcd6443a9b5be..1482fd1105597fca4262ace6ef2a9016aa228a24:/cookbooks/hardware/templates/default/smartmontools.erb diff --git a/cookbooks/hardware/templates/default/smartmontools.erb b/cookbooks/hardware/templates/default/smartmontools.erb index 6526edefc..3181e3591 100644 --- a/cookbooks/hardware/templates/default/smartmontools.erb +++ b/cookbooks/hardware/templates/default/smartmontools.erb @@ -1,4 +1,7 @@ # DO NOT EDIT - This file is being maintained by Chef - + # Enable smartd -start_smartd=yes +start_smartd="yes" + +# Make smartd keep running when a disk dies +smartd_opts="--quit=never"