瀏覽代碼

Update README.md

adding not about masking thermald to keep it disabled even after a package update
A. Binzxxxxxx 6 年之前
父節點
當前提交
2792cac017
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
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
 ```