diff options
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 |