Merge branch 'master' of github.com:erpalma/lenovo-throttling-fix

Этот коммит содержится в:
erpalma
2018-09-11 17:15:32 +02:00
родитель f10c269c9a 2792cac017
Коммит 5c96274e52

Просмотреть файл

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