diff options
author | aaditya <aaditya_gnulinux@zoho.com> | 2013-12-14 21:59:08 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:07 -0600 |
commit | e6f9dd40ed3bb686ef3071353f7d604e79668f16 (patch) | |
tree | dcba4469824828e9843b3f32c9663fa3f407d457 /system/thermal_daemon/README.Slackware | |
parent | aa249d7a727276b413b419bb027acd0ee47306b0 (diff) | |
download | slackbuilds-e6f9dd40ed3bb686ef3071353f7d604e79668f16.tar.gz |
system/thermal_daemon: Added (Linux Thermal Daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermal_daemon/README.Slackware')
-rw-r--r-- | system/thermal_daemon/README.Slackware | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/thermal_daemon/README.Slackware b/system/thermal_daemon/README.Slackware new file mode 100644 index 0000000000..31027f51a7 --- /dev/null +++ b/system/thermal_daemon/README.Slackware @@ -0,0 +1,9 @@ +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 |