diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:14:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:14:48 +0000 |
commit | 9021c15fadb3638b6d118fdba8cf19cc4ca9e063 (patch) | |
tree | 3971b5280a3877d4d1c9d1b729f860c6c4752d54 /debian/smartmontools.default | |
parent | Adding upstream version 7.4. (diff) | |
download | smartmontools-9021c15fadb3638b6d118fdba8cf19cc4ca9e063.tar.xz smartmontools-9021c15fadb3638b6d118fdba8cf19cc4ca9e063.zip |
Adding debian version 7.4-2.debian/7.4-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/smartmontools.default')
-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" |