How to starting game servers
Hi -Right now I start up my game servers by manually typing:
nohup ./hlds_run -game cstrike etc...
for every game server one by one. I've tried putting all these commands in a shell script and executing it, but it doesn't work correctly. It seems to run hlds_run, but hlds_run doesn't spawn off an instance of hlds as it should. Also, i've been using nohup to keep the server running after shell logout, is this ok? Does anyone have any ideas on how to put all the server startup commands into one script - I need this to be able to start all servers when my box boots up.
Thanks for any input,
Ben Hughes