Thu, March 8, 2018 ยท 1 min read

setting up thermald on fedora27

setting up thermald on fedora27

Thermald is a Linux daemon used to prevent the overheating of platforms. This daemon monitors temperature and applies compensation using available cooling methods.

  1. Install thermald
#dnf install thermald -y
enabling and starting the service
#systemctl start thermald; systemctl enable thermald

check the status with systemctl command

#systemctl status thermald
โ— thermald.service - Thermal Daemon Service
Loaded: loaded (/usr/lib/systemd/system/thermald.service; disabled; vendor preset: disabled)
Active: inactive (dead)

To fix the issue follow the video.