diff options
author | V'yacheslav Stetskevych <slava18@gmail.com> | 2010-07-02 07:54:20 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-02 07:54:20 -0500 |
commit | 188355e7db3e109e638d4959c7fc422890f3d65d (patch) | |
tree | 1466748c0298090a4fd02bdbecc653a569dc0c76 /system/laptop-mode-tools/README | |
parent | e59713189d604d5a294fc7e417a5ed68b809f34e (diff) | |
download | slackbuilds-188355e7db3e109e638d4959c7fc422890f3d65d.tar.gz |
system/laptop-mode-tools: Added (laptop power saving package)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/laptop-mode-tools/README')
-rw-r--r-- | system/laptop-mode-tools/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/laptop-mode-tools/README b/system/laptop-mode-tools/README new file mode 100644 index 0000000000..5e4d8e0bac --- /dev/null +++ b/system/laptop-mode-tools/README @@ -0,0 +1,10 @@ +Laptop Mode Tools is a laptop power saving package for Linux systems. +It allows you to extend the battery life of your laptop in several ways. +It is the primary way to enable the Laptop Mode feature of the Linux kernel, +which lets your hard drive spin down. In addition, it allows you to tweak +a number of other power-related settings using a simple configuration file. + +To launch laptop-mode-tools on system start, add the following to rc.local: +if [ -x /etc/rc.d/rc.laptop-mode ]; then + /etc/rc.d/rc.laptop-mode start +fi |