summaryrefslogtreecommitdiff
path: root/system/TLP/README.SLACKWARE
diff options
context:
space:
mode:
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.