summaryrefslogtreecommitdiff
path: root/system/TLP/README.SLACKWARE
diff options
context:
space:
mode:
authoraaditya <aaditya_gnulinux@zoho.com>2014-01-09 06:24:31 +0700
committerErik Hanson <erik@slackbuilds.org>2014-01-29 23:20:57 -0600
commita967a819dba5ab9e3fa9aa3f9f4eefd8acd4ddfc (patch)
treea41c04106f1bf33a37012ebe5080163aea7aef4a /system/TLP/README.SLACKWARE
parent0296f5919f602f408c4278f599a5761c229e191b (diff)
downloadslackbuilds-a967a819dba5ab9e3fa9aa3f9f4eefd8acd4ddfc.tar.gz
system/TLP: Updated for version 0.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/TLP/README.SLACKWARE')
-rw-r--r--system/TLP/README.SLACKWARE18
1 files changed, 9 insertions, 9 deletions
diff --git a/system/TLP/README.SLACKWARE b/system/TLP/README.SLACKWARE
index 74e422cf2e..a07043ddbb 100644
--- a/system/TLP/README.SLACKWARE
+++ b/system/TLP/README.SLACKWARE
@@ -11,17 +11,17 @@ for i in 95hdparm-apm disable_wol hal-cd-polling intel-audio-powersave \
fi
done
-#Configure tlp to be run at startup
-echo "/etc/rc.d/rc.tlp start" >> /etc/rc.d/rc.local
-
-# Give execute permission to rc.tlp
-chmod +x /etc/rc.d/rc.tlp
-
-#Start the tlp service
+# Start the tlp service
/etc/rc.d/rc.tlp start
# Restart acpid
/etc/rc.d/rc.acpid restart
-After removal of this package you need to revert the above changes.
-Please make sure you stopped TLP service before removing TLP.
+# Configure tlp to be run at startup
+add "/etc/rc.d/rc.tlp start" (without quotes) to /etc/rc.d/rc.local
+
+# Give execute permission to rc.tlp
+chmod +x /etc/rc.d/rc.tlp
+
+After removal of this package you would need to revert the above changes.
+Please make sure that you stopped the TLP service before removing TLP.