
mbpfan is a MacBook Pro fan controller daemon that works on Linux kernel 3
and later. It is a lightweight replacement of macfanctld, although it does
not implement all of its features. It has a different algorithm to control
the fans, so it keeps MacBook fans a lot more silent.

Be sure to add to /etc/rc.d/rc.local an entry that runs /etc/rc.d/rc.mbpfan:

if [ -x /etc/rc.d/rc.mbpfan ]; then
    /etc/rc.d/rc.mbpfan start

Web site: https://ineed.coffee/project/mbpfan
Source code: https://github.com/linux-on-mac/mbpfan

