diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2022-08-15 23:40:42 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 09:14:20 +0700 |
commit | a376e517ac04b6d7d94bbf858051026872a535ed (patch) | |
tree | e0a799f4b766e5c1adb9eac4528d506b533c4198 /system/TLP/README.Slackware | |
parent | 0302cc700d0e508a38a59a3fb16652b981ae8fdc (diff) | |
download | slackbuilds-a376e517ac04b6d7d94bbf858051026872a535ed.tar.gz |
system/TLP: Updated for version 1.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/TLP/README.Slackware')
-rw-r--r-- | system/TLP/README.Slackware | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/system/TLP/README.Slackware b/system/TLP/README.Slackware index 34e8b4723d..a028a1b337 100644 --- a/system/TLP/README.Slackware +++ b/system/TLP/README.Slackware @@ -10,13 +10,19 @@ chmod +x /etc/rc.d/rc.tlp /etc/rc.d/rc.acpid restart # Configure tlp to be run at startup -add "/etc/rc.d/rc.tlp start" (without quotes) to /etc/rc.d/rc.local +Add the following to /etc/rc.d/rc.local -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. +if [ -x /etc/rc.d/rc.tlp ]; then + /etc/rc.d/rc.tlp start +fi -If you have enabled any hooks in /usr/lib/pm-utils/power.d/ (they are -disabled by default), then the instructions given in the TLP developer -documentation can be followed. -http://linrunner.de/en/tlp/docs/tlp-developer-documentation.html#installscripts +After removal of the package revert the above changes. +Make sure to stop the service before uninstalling. + +If any hooks in /usr/lib/pm-utils/power.d/ have been enabled (disabled by default), +the instructions in the developer documentation can be followed: + +https://web.archive.org/web/20180514003235/https://linrunner.de/en/tlp/docs/tlp-developer-documentation.html#installscripts + +TLP configuration moved from /etc/default/tlp to /etc/tlp.conf +since version 1.3.0.
\ No newline at end of file |