Sensors setting up
This is a brief guide on gettings sensors to work
su -c 'yum -y install hddtemp lm_sensors'
now set up sensors (default yes will do)
su
sensors-detect
now enable them etc..
su -
systemctl enable lm_sensors.service
systemctl enable hddtemp.service
systemctl start lm_sensors.service
systemctl start hddtemp.service


