hi, i'm using debian stable (now jessie). i solved the issue in the subject by adding this script /lib/systemd/system-sleep/fancontrol (of course made executable with chmod +x) #!/bin/sh # # /lib/systemd/system-sleep/fancontrol # # restart fancontrol on resume case "${1}" in pre) # does nothing ;; post) /etc/init.d/fancontrol restart ;; *) exit ;; esac -- i hope this will be merged in some next .deb package in repository. many thanks for this little big utility. regards. tarqui _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors