Where can I set this ? For testing purposes I want to have my VPS starting automaticly every 5 mins. Thanks.
Thanks krakjoe. I am new to this. ? Do I make a file called reboot.sh with the content: #!/bin/sh reboot should I cmod the file ? where do I place that file ? Thanks.
I made a file called autorestart with the content #!/bin/sh reboot I put it in etc/cron.hourly Thats all ?
Put your autorestart file in /etc/cron.d and have this content added. Untested yet, because I am going out now.