From: Tom Hughes Date: Sat, 26 Sep 2015 09:19:07 +0000 (+0100) Subject: Ensure smartd keeps running when a disk dies X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/960750a3f0393bc7499176d1e7df9be44e99bf06?hp=4e0a61be7ea612c04acfe0162a085938a6ef685b Ensure smartd keeps running when a disk dies --- 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"