Auto Reboot?
Hi friens,
I've been looking around and haven't found anything thus far. Am wondering if anyone has open-sourced any of their set ups for automated server reboots i.e. everyday at like 6 AM or something like that. Thanks for your time! Esildor |
Why do you need to do this? If there's a problem in the server that means you need to do it, we can add it as a bug to look into and fix.
I don't run a public server so my server only ever runs for 10 minutes or so at a time! |
No idea what you mean.
There is no issue. I just know of servers out there(EZ comes to mind) that have an automated daily reboot. I personally have no idea how I would even go about setting that up. My post is simply asking if anyone has supplied something like this open source that I can look into. |
The technique can vary from setup to setup so I'm not surprised there isn't a one-size-fits-all solution out there.
crontab -e Code:
00 4 * * * /usr/bin/php /opt/eqemu/server/doshutdown.php Code:
<?php Code:
<? |
The AXClassic project has many of these. Here is a link to their linux scripts.
https://code.google.com/p/axclassic-...Flinux_scripts |
All times are GMT -4. The time now is 11:36 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.