summaryrefslogtreecommitdiff
path: root/files/default/smartmontools
blob: 567025c7d1a542924278e2496c2a26f0a9f0c0d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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"