1

Topic: teeworlds_srv running in background

Hello,

I'm trying to run teeworlds_srv in background with "&" like :

./teeworlds_srv -f teewars.cfg &

But this is not working, do you have a trick ?

2

Re: teeworlds_srv running in background

Ok i'm a bit stupid i found an interesting post there : http://www.teeworlds.com/forum/viewtopic.php?id=772 I'm going to look into it.

3

Re: teeworlds_srv running in background

 screen -S myTWserver -d ./teeworlds_srv -f myconf.cfg
Used to be very active waay back

4

Re: teeworlds_srv running in background

Oh thanks, i have a problem installing screen, but when it will be fixed i'll try it !

5

Re: teeworlds_srv running in background

This is not working... It runs like without "screen".

6

Re: teeworlds_srv running in background

screen -dmS myTWserver -d ./teeworlds_srv -f myconf.cfg

Works ! Thank you.

7

Re: teeworlds_srv running in background

caribou wrote:

This is not working... It runs like without "screen".

Well, in my CENTOS 4 it works with &

./teeworlds_srv -f config.cfg &

and just press enter again
and write: "logout" if no-gui server or "exit" if using a gui os (like ubuntu)

8

Re: teeworlds_srv running in background

caribou wrote:
screen -dmS myTWserver -d ./teeworlds_srv -f myconf.cfg

Works ! Thank you.

The second "-d" was too much !