]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/templates/default/smartmontools.erb
Fix collection of PSU details from dmidecode
[chef.git] / cookbooks / hardware / templates / default / smartmontools.erb
index 6526edefc3c006d57554ba924eb61a4cbb16da3e..3181e3591d8cf63934541a14432a4909a7a21222 100644 (file)
@@ -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"