X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4e0a61be7ea612c04acfe0162a085938a6ef685b..960750a3f0393bc7499176d1e7df9be44e99bf06:/cookbooks/hardware/templates/default/smartmontools.erb?ds=sidebyside 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"