Update README.md

adding not about masking thermald to keep it disabled even after a package update
This commit is contained in:
A. Binzxxxxxx 2018-09-04 11:41:55 +02:00 committed by GitHub
parent 49c056e311
commit 2792cac017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```