• 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!

Problem ON and OFF Linux Lenny

stanczyk

Scripter
Joined
Nov 24, 2009
Messages
293
Reaction score
2
Hi.

I have a problem as I have compiled otsa turn the engine and do not know what command it turns on and off?


Rep ++
 
It works on Debian, idk about other distros.

Running:
Code:
screen -S otserv
cd /path/to/server/
./restarter.sh or ./theforgottenserver

CTRL+ALT+D

Closing:
Code:
kilall -QUIT `theforgottenserver`;

or:
Code:
screen -x otserv
CTRL+C


// I think it's wrong board.
 
Back
Top