Add the following snippet to your HTML:<iframe frameborder='0' height='385' scrolling='no' src='https://www.hackster.io/m_karim02/raspberry-pi-scheduling-a-shutdown-or-reboot-f11e13/embed' width='350'></iframe>
Makes a time schedule to restart or shutdown your Pi.
Read up about this project on
Real time demonstration:
sudo shutdown -h +60 sudo shutdown -h 1:00 sudo shutdown -h now shutdown -h +3:00 sudo shutdown -r +60 sudo shutdown -r 1:00 sudo shutdown -r now shutdown -r +3:00 sudo shutdown -c
Please log in or sign up to comment.
Comments
Please log in or sign up to comment.