diff options
Diffstat (limited to '')
-rw-r--r-- | debian/smartmontools.default | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/smartmontools.default b/debian/smartmontools.default new file mode 100644 index 0000000..6a8a6e2 --- /dev/null +++ b/debian/smartmontools.default @@ -0,0 +1,9 @@ +# Defaults for smartmontools initscript (/etc/init.d/smartmontools) +# This is a POSIX shell fragment + +# List of devices you want to explicitly enable S.M.A.R.T. for +# Not needed (and not recommended) if the device is monitored by smartd +#enable_smart="/dev/hda /dev/hdb" + +# uncomment to pass additional options to smartd on startup +#smartd_opts="--interval=1800" |