PDA

View Full Version : Daily reboot



cervot
16-10-10, 11:01
hi chaps, prob a silly question, but is there an script or plugin so i can automatically reboot my vu duo running the excellent vix1.1 at about 3am every day or any time for that matter, like a cronjob or something.

regards

cervot:confused:

sonc
16-10-10, 20:44
hi chaps, prob a silly question, but is there an script or plugin so i can automatically reboot my vu duo running the excellent vix1.1 at about 3am every day or any time for that matter, like a cronjob or something.

regards

cervot:confused:

Why would you want to do that? Its running linux not windows :D

You could put the following in your crontab file:

0 3 * * * /sbin/reboot

That will reboot every day at 03:00.

cervot
16-10-10, 21:17
thanks, ive noticed that my vu appears to be slugish if left on standby for a couple of days at a time, gonna see if this helps. cheers