• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux ubuntu 10.0.4 Automatic restart

Axelor

Member
Joined
Sep 2, 2010
Messages
505
Reaction score
9
Hello,

How can I have a automatic restart of my server.
When my server crash it deosnt restart automatic.
I have to put Y or N after a crash.
so Its not auatomatic.

I use
PHP:
cd
screen -A -S tfs
cd /home/tfs
while true; do ./theforgottenserver2; done


some1 know what to put?


repp+ for who helps
 
Last edited:
Open your terminal, move to your tfs folder
I think it was like this "cd /home/YOURSERVERFOLDER"
when it is in your folder just paste your restart script and press enter, it should start now :)
 
Open your terminal, move to your tfs folder
I think it was like this "cd /home/YOURSERVERFOLDER"
when it is in your folder just paste your restart script and press enter, it should start now :)


so first I go put my server files in cd/home/tfs <-- my server folder.

And than I use in the ubuntu

cd /home/tfs

And than im in the folder,

and than I use the Auto-Restart for Linux (Debian)
 
Back
Top