summaryrefslogtreecommitdiff
blob: 00d09ac2c610fceadf65e3ef8ce8bb81f368e834 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

command="${HDDTEMP_EXEC}"
command_args="-d ${HDDTEMP_OPTS} ${HDDTEMP_DRIVES}"
procname="hddtemp"

depend() {
	need localmount
}