Screen Experts

Hi -

I have a script set up that starts two game servers on my server via screen. I can get back to those servers with screen -r name.
However, when I do that, the server exits (that screen session ends). I want the server to keep going, but effectively logout of that screen section.

I've looked at the man page for screen and it gives a lot of options each seeming to need Control+C, however when I press Control+C right away the server quits (just a normal EXIT signal is probably being sent to the process).

Any solutions?

Thanks,
Ben

 

 

 

 

Top