summaryrefslogtreecommitdiffstats
path: root/system/laptop-mode-tools
diff options
context:
space:
mode:
author B. Watson2022-03-14 17:18:56 +0100
committer B. Watson2022-03-17 17:38:07 +0100
commit231d1eb5cd5371838b82cd72f34bc31753939b24 (patch)
tree3e920dcdfb435c4a9a73a2d4bce9367b69dc59e0 /system/laptop-mode-tools
parentd711c0ac1daf2ff0fa9e834c6b70ac0d2f7a333a (diff)
downloadslackbuilds-231d1eb5cd5371838b82cd72f34bc31753939b24.tar.gz
system/laptop-mode-tools: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/laptop-mode-tools')
-rw-r--r--system/laptop-mode-tools/README13
1 files changed, 8 insertions, 5 deletions
diff --git a/system/laptop-mode-tools/README b/system/laptop-mode-tools/README
index 766e632144..7394ad19de 100644
--- a/system/laptop-mode-tools/README
+++ b/system/laptop-mode-tools/README
@@ -1,10 +1,13 @@
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.
+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:
-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