• 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 restarter on debian (or someting?)

gelman

New Member
Joined
Feb 3, 2008
Messages
35
Reaction score
0
hi, i need restarter, when my server crash or shutdown it will restart
I have dedicated server - debian.

and how to do: restart server at global save
 
Please:

restart.sh

Code:
echo Starting TheforgottenServer
sleep 0
screen -A -m -d -S tfs ./restart-tfs

restart-tfs

Code:
#!/bin/bash
while true
do
./theforgottenserver 
done

repp ;p
 
TheforgottenServer - this is file name that starts ots?
if you tell me how to use this scripts i give u rep (i first time use debian)
if someone tell me how to make/use this script i will give rep
 
Last edited:
Back
Top