diff options
Diffstat (limited to 'system/laptop-mode-tools/README')
-rw-r--r-- | system/laptop-mode-tools/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/laptop-mode-tools/README b/system/laptop-mode-tools/README index 5e4d8e0bac..a03f44850e 100644 --- a/system/laptop-mode-tools/README +++ b/system/laptop-mode-tools/README @@ -5,6 +5,6 @@ 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 + if [ -x /etc/rc.d/rc.laptop-mode ]; then + /etc/rc.d/rc.laptop-mode start + fi |