DeskPi Pro is the Ultimate Case Kit for Raspberry Pi 4 with Full Size HDMI/2.5 Hard Disk Support and Safe Power Button, It has QC 3.0 Power Supply inside and New ICE Tower Cooler inside.
GNU General Public License v3.0
145
stars
47
forks
source link
Compile fanStop, fix deskpi-safeshut.service and deskpi.service. #140
The deskpi-safeshut.service does not work and raspberry does not completely shut down because fanStop.c needs to be recompiled, and TimeoutSec=1 needs to be added (as in the main script).
I made another change to make deskpi.service run automatically. I followed this comment, which made it work.
I think it is a sensible change because it follows the defaults from the rpi install.sh script and the manjaro install script too.
The
deskpi-safeshut.service
does not work and raspberry does not completely shut down becausefanStop.c
needs to be recompiled, andTimeoutSec=1
needs to be added (as in the main script).Discussed here.