summaryrefslogtreecommitdiff
path: root/app-admin/hddtemp/files/hddtemp-conf.d
blob: b60b0f3fc6fe21ffc69e46fded494da862147b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

# the hddtemp executable
HDDTEMP_EXEC=/usr/sbin/hddtemp

# various options to pass to the daemon
HDDTEMP_OPTS="--listen=127.0.0.1"

# a list of drives to check
HDDTEMP_DRIVES="/dev/sda /dev/sdb"