Max2Play Home › Forums › General Questions on Hardware and Max2Play Versions › [SOLVED] Scheduled restart › Reply To: [SOLVED] Scheduled restart
13. November 2017 at 16:33
#32460
Hy,
when you run it on a raspberry pi you can restart the pi with a cron job every night.
You need to go to the console (SSH) and there you can edit the cronjobs with:
sudo crontab -e
Then you can add a new Job with as example for a restart at 4 am:
0 4 * * * /sbin/shutdown -r now
Save and quit.
Thats it.
wbr, Andy