I need to uninstall the software/config changes installed by the script for the OnOff SHIM.
I’m not seeing a way to use that script to do this so am assuming it needs to be done manually.
Does anyone know what all the changes are that the script made?
Thanks.
Brian
Hi there,
Had a quick look through the install script and all I can see that it really does is clone and install clean-shutdown
from Pimoroni’s GitHub (https://github.com/pimoroni/clean-shutdown/).
Looking at that it installs a daemon to watch for a GPIO pin to trigger a shutdown sequence. If you delete /lib/systemd/system-shutdown/gpio-poweroff
and reboot I imagine this’ll do the trick for you.