Tremulous Forum
Community => Servers => Topic started by: rotacak on February 19, 2008, 04:55:01 pm
-
Hi,
I trying to run server on debian trough SHH. All working ok, but when I close SHH, then server is terminated. I also tried something like this: setsid ./tremulous-server
but tremded is in running tasks, but not work.
Can you tell me how to run server with some another session and then how to switch between sessions? (Trough SHH).
-
screen
-
???
-
screen ./tremded-server
Ctrl+A, then D
screen -r to restore the screen.
-
what if you have to turn your computer off?
-
screen ./tremded-server
Ctrl+A, then D
screen -r to restore the screen.
Thanx a lot, it works.