pimoroni / clean-shutdown

Python daemon to watch a GPIO pin and trigger a clean shutdown.
MIT License
125 stars 40 forks source link

Installs on, but does not work with, Wheezy #10

Closed Gadgetoid closed 6 years ago

Gadgetoid commented 6 years ago

Investigate either blocking install on Wheezy, or adding support- which seems simple enough:

service cleanshutd enable versus systemd enable cleanshutd

And gpio-poweroff should be installed into, I think, /etc/rc0.d/ and named something like S99gpiopoweroff

Gadgetoid commented 6 years ago

Have disabled install on Wheezy for now.