geekworm-com / x-c1

This is the safe shutdown script and python pwm fan control sample code.
MIT License
17 stars 18 forks source link

Make pigpio daemon bind to IPv4 #6

Open Tai-Mai opened 1 year ago

Tai-Mai commented 1 year ago

Append -n 127.0.0.1 to ExecStart line in /lib/systemd/system/pigpiod.service This fixes fan curve not working after boot on Raspberry Pi OS Lite. uninstall.sh will remove that again. Fixes #7 I have not tested it any other OS.