aboutsummaryrefslogtreecommitdiffstats
path: root/testing/thermald/thermald.initd
blob: 15c1bfc0b3f834441f6fcd8ddf2dca9060e5715c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/openrc-run

supervisor=supervise-daemon

name="Thermal Monitor"
description="Read temperature sensors and decide best action based on data and user preferences"

command=/usr/sbin/thermald
command_args="--dbus-enable"
command_args_foreground="--no-daemon"

depend() {
	use clock logger
	need localmount
}