Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Auto-start your Server on reboot

Status
Not open for further replies.
Banned
Banned
Joined
Jul 5, 2014
Messages
88
Reaction score
75
This is intended for newbies that has little to no experience in Linux OS or something similar.

Go ahead and access your server's terminal and type the following:
Code:
crontab -e

and you should have something like this in your terminal

LKZYW0W - Auto-start your Server on reboot - RaGEZONE Forums


now go ahead and add this entry to your crontab

Code:
 @reboot ( sleep 60 ; sh /home/start.sh )

(SINCE RAGEZONE USES THE "@" TO TAG the user, be sure that the "reboot" you type is all in lowercase)
you should customize this based on your start script's location.

now upon an event of a reboot or an automatic system restart, this will start your server after 60 seconds of your system being online.

idk for sure if this is the most efficient way to do this but if you do have better ideas, please enlighten me.
 

Attachments

You must be registered for see attachments list
Last edited:
Status
Not open for further replies.
Back
Top