diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:55:10 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:13 -0400 |
commit | 69a2c54849e26872ae730414dd4f5104f2d9c331 (patch) | |
tree | f5cafaa5ed76fb2df5e7fcdc2ea6e38361c0b8ed /system/thermald/README | |
parent | e29dbabf28210b128c18b0b11b15f41e55a64417 (diff) |
system/thermald: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/thermald/README')
-rw-r--r-- | system/thermald/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/thermald/README b/system/thermald/README index 6a2fce490eaa..7c34a883b272 100644 --- a/system/thermald/README +++ b/system/thermald/README @@ -1,11 +1,13 @@ -The Linux Thermal Daemon program from Intel Open Source Technology Center +The Linux Thermal Daemon program from Intel Open Source Technology +Center Thermald deals with thermal issues for Intel processor families codenamed Intel Sandy-Bridge and above. It is a Linux daemon used to prevent the overheating of systems. This daemon monitors temperature and applies compensation using available cooling methods. -Since this is a daemon, it can be started at boot via /etc/rc.d/rc.local: +Since this is a daemon, it can be started at boot via +/etc/rc.d/rc.local: /usr/sbin/thermald An entry could be added to /etc/rc.d/rc.local_shutdown as well: |