aboutsummaryrefslogtreecommitdiff
blob: c0009eebdcc2e92b99b2ebe8026504bdd6656d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/sbin/openrc-run
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: 05f787d026dcc70e0d5c68b52a58f34edf08ff67 $

FANCONTROL_CONFIGFILE=${FANCONTROL_CONFIGFILE:-"/etc/fancontrol"}
FANCONTROL_SSDARGS=${FANCONTROL_SSDARGS:-"--background --wait 1000"}
FANCONTROL_TERMTIMEOUT=${FANCONTROL_TERMTIMEOUT:-"TERM/60/KILL/5"}


command="/usr/sbin/fancontrol"
command_args="${FANCONTROL_CONFIGFILE}"
start_stop_daemon_args="${FANCONTROL_SSDARGS}"
pidfile="/var/run/fancontrol.pid"
retry="${FANCONTROL_TERMTIMEOUT}"

required_files="${FANCONTROL_CONFIGFILE}"

depend() {
	need localmount
	use lm_sensors
}