diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:18:56 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:07 -0400 |
commit | 231d1eb5cd5371838b82cd72f34bc31753939b24 (patch) | |
tree | 3e920dcdfb435c4a9a73a2d4bce9367b69dc59e0 /system/laptop-mode-tools | |
parent | d711c0ac1daf2ff0fa9e834c6b70ac0d2f7a333a (diff) |
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/README | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/system/laptop-mode-tools/README b/system/laptop-mode-tools/README index 766e63214418..7394ad19de9d 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 |