From 231d1eb5cd5371838b82cd72f34bc31753939b24 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 14 Mar 2022 12:18:56 -0400 Subject: system/laptop-mode-tools: Wrap README at 72 columns. Signed-off-by: B. Watson --- system/laptop-mode-tools/README | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'system/laptop-mode-tools') 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 -- cgit v1.2.3