diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-02-07 22:53:06 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:12 -0600 |
commit | 8e5c9ccf2412873107709343f14a965b86882a02 (patch) | |
tree | 3628cc47eab3331e780e6007351c79b09500e9be /system/thinkfan/README | |
parent | af347ec2dc475738eb6103af53567802acd1cf2b (diff) | |
download | slackbuilds-8e5c9ccf2412873107709343f14a965b86882a02.tar.gz |
system/thinkfan: Added (fan control program).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thinkfan/README')
-rw-r--r-- | system/thinkfan/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/thinkfan/README b/system/thinkfan/README new file mode 100644 index 0000000000..392321b4fa --- /dev/null +++ b/system/thinkfan/README @@ -0,0 +1,7 @@ +Thinkfan is a simple, lightweight fan control program. Originally designed +specifically for IBM/Lenovo Thinkpads, it now supports any kind of system via +the sysfs hwmon interface (/sys/class/hwmon). It is designed to eat as little +CPU power as possible. + +Before using /etc/rc.d/rc.thinkfan, make sure to create and configure a +/etc/thinkfan.conf file or the daemon will not start. |