slackbuilds/system/laptop-mode-tools
B. Watson 231d1eb5cd system/laptop-mode-tools: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:38:07 -04:00
..
README system/laptop-mode-tools: Wrap README at 72 columns. 2022-03-17 12:38:07 -04:00
doinst.sh
laptop-mode-tools.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
laptop-mode-tools.info
slack-desc

README

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