From 2792cac01750aa8bc68cceac3cb3a2ba795e795f Mon Sep 17 00:00:00 2001 From: "A. Binzxxxxxx" Date: Tue, 4 Sep 2018 11:41:55 +0200 Subject: [PATCH] Update README.md adding not about masking thermald to keep it disabled even after a package update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9986e30..9785f64 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,10 @@ You should make sure that **_thermald_** is not setting it back down. Stopping/d sudo systemctl stop thermald.service sudo systemctl disable thermald.service ``` +If you want to keep it disabled even after a package update you should also run: +``` +sudo systemctl mask thermald.service +``` ### Fedora ```