mirror_smartmontools-debian/debian/smartmontools.default
Guido Guenther cbc1bbc6cf Explicitly discourage using enable_smart with SATA disks in README.Debian
Document what smartd-runner really does (Closes: #352244)
2006-05-03 21:48:06 +02:00

13 lines
428 B
Plaintext

# 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 start smartd on system startup
#start_smartd=yes
# uncomment to pass additional options to smartd on startup
#smartd_opts="--interval=1800"