system/laptop-mode-tools: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 12:18:56 -04:00
parent d711c0ac1d
commit 231d1eb5cd
1 changed files with 8 additions and 5 deletions

View File

@ -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