projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e0a61b
)
Ensure smartd keeps running when a disk dies
author
Tom Hughes
<tom@compton.nu>
Sat, 26 Sep 2015 09:19:07 +0000
(10:19 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sat, 26 Sep 2015 09:19:07 +0000
(10:19 +0100)
cookbooks/hardware/templates/default/smartmontools.erb
patch
|
blob
|
history
diff --git
a/cookbooks/hardware/templates/default/smartmontools.erb
b/cookbooks/hardware/templates/default/smartmontools.erb
index 6526edefc3c006d57554ba924eb61a4cbb16da3e..3181e3591d8cf63934541a14432a4909a7a21222 100644
(file)
--- 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"