diff options
Diffstat (limited to 'system/thermal_daemon/README.Slackware')
-rw-r--r-- | system/thermal_daemon/README.Slackware | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/system/thermal_daemon/README.Slackware b/system/thermal_daemon/README.Slackware index 601b654e72..c0460ec5b2 100644 --- a/system/thermal_daemon/README.Slackware +++ b/system/thermal_daemon/README.Slackware @@ -1,12 +1,15 @@ -Since this is a daemon, it should be started at boot via /etc/rc.d/rc.local : -/usr/bin/thermald +Since this is a daemon, it should be started at boot via /etc/rc.d/rc.local: + /usr/bin/thermald + +It might be necessary to create /var/run/thermald/ first (depending on your +local system setup) 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 +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 http://01.org/msr-tools via src2pkg (www.src2pkg.net/) If you installed a previous version of thermald, you may need to uninstall -it one and then re-install this one instead of upgrading. +it and then install this one instead of using upgradepkg |