This sounds like a good task for a cron job : http://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800
the line would look like this : */X * * * * reboot
(if you want a reboot at every 10 minutes, replace X by 10)
This sounds like a good task for a cron job : http://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800
the line would look like this : */X * * * * reboot
(if you want a reboot at every 10 minutes, replace X by 10)