Is it possible to schedule an automatic restart every night? I’m finding my Tellows plug in stops working from time to time but works again after restarting Max2Play, so I’d like to restart it everynight instead.
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: