summaryrefslogtreecommitdiffstats
path: root/system/thermal_daemon/README.Slackware
blob: 80808805626567e22a5b305502f04614e18351ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Since this is a daemon, it should be started at boot via /etc/rc.d/rc.local:
/usr/bin/thermald

Also it would need to be stopped before shutdown, so 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 from https://01.org/msr-tools

If you installed a previous version of thermald, you may need to uninstall
that one and then re-install this one instead of upgrading.