Ook wrote:
This is more of a linux question then a hlds question, but it has to do
with
running hlds. If I SSH into my linux box and from that session start HLDS
(which seems to work well so far), if I disconnect that SSH session, will
hlds continue to run, or will it terminate? If the latter, is there a
way to
start HLDS from a SSH session?
You need "screen". Basically you run a screen session which starts a
terminal that you can attach and detach from. You run hlds/srcds in that.
This starts a screen session and names it hlds:
screen -S hlds
To detach from it, do ctrl+a then d
This will reattach to the screen session:
screen -r hlds
--
- m0gely
http://quake2.telestream.com/
Q2 | Q3A | Counter-strike
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux