From e6f9dd40ed3bb686ef3071353f7d604e79668f16 Mon Sep 17 00:00:00 2001 From: aaditya Date: Sat, 14 Dec 2013 21:59:08 +0700 Subject: system/thermal_daemon: Added (Linux Thermal Daemon). Signed-off-by: Willy Sudiarto Raharjo --- system/thermal_daemon/README.Slackware | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 system/thermal_daemon/README.Slackware (limited to 'system/thermal_daemon/README.Slackware') 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 -- cgit v1.2.3