[cod] Problem

Mompolat mompolat at takatukaland.de
Fri Jun 30 09:02:04 EDT 2006


Am Freitag, den 30.06.2006, 12:41 +0000 schrieb Lars Fikenscher:
> no i want to start my cod2 server on the background on the server
> 
> but when i use & this command and close my SSH the server close to this is 
> my command line
> 
> ./cod2_Inxded +exec dedicated.cfg +net_port 28960 +set sv_punkbuster 1 +map 
> mp_toujane &
> 
> how can i make this problem ?

Use screen(1), eg

  screen -S "nameofsession"
  ./cod2_Inxded +exec dedicated.cfg [...]

Detach from the screen session with 

  <Ctrl>-<A>, <D>

before closing the ssh session. You may reattach to that screen-session
after logging in again by

  screen -r "nameofsession"

Regards, /mompi.




More information about the Cod mailing list