mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
44889319aa
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
545 B
Text
14 lines
545 B
Text
Since this is a daemon, it can be started at boot via /etc/rc.d/rc.local:
|
|
/usr/sbin/thermald
|
|
|
|
It might be necessary to create /var/run/thermald/ first (depending on your
|
|
local system setup)
|
|
|
|
An entry could be added to /etc/rc.d/rc.local_shutdown as well:
|
|
killall thermald
|
|
|
|
CONFIG_X86_MSR is listed as an (optional) dependency, msr-tools
|
|
can be installed (https://slackbuilds.org/repository/14.2/system/msr-tools/)
|
|
|
|
Uptill version 1.5.4 this was present as thermal_daemon on SBo.
|
|
To upgrade please remove thermal_daemon and install thermald.
|