diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2017-02-26 13:08:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-26 13:08:39 +0700 |
commit | 44889319aa503ac6a4784997e4d77b2f96ed0efc (patch) | |
tree | 611e126b716a10af1b13647bd7fabb3359ee062e /system/thermald/README.Slackware | |
parent | bdb0f08846f0edd306b2da3238ba7aa5d45610f4 (diff) | |
download | slackbuilds-44889319aa503ac6a4784997e4d77b2f96ed0efc.tar.gz |
system/thermald: Added (Linux Thermal Daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermald/README.Slackware')
-rw-r--r-- | system/thermald/README.Slackware | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/thermald/README.Slackware b/system/thermald/README.Slackware new file mode 100644 index 0000000000..9b4624d644 --- /dev/null +++ b/system/thermald/README.Slackware @@ -0,0 +1,14 @@ +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. |