Max2Play Home › Forums › Max2Play as Squeezebox (Player / Server) › How to auto restart squeezebox server and rpi › Reply To: How to auto restart squeezebox server and rpi
9. Juni 2016 at 15:14
#20565
The easiest way to schedule something on Linux is the crontab
edit /etc/crontab and add something like
00 03 * * * root /sbin/shutdown -r now
That will run the shutdown command at 3am every day