hddtemp-conf.d 304 B

12345678910111213
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # the hddtemp executable
  4. HDDTEMP_EXEC=/usr/sbin/hddtemp
  5. # various options to pass to the daemon
  6. HDDTEMP_OPTS="--listen=127.0.0.1"
  7. # a list of drives to check
  8. HDDTEMP_DRIVES="/dev/sda /dev/sdb"