I don't use screen for game servers if I can help it...

I create my start script "start-cs" in this case:

#!/bin/bash
cd /home/halflife/css/
./srcds_run -game cstrike +servercfgfile server1.cfg +ip x.x.x.x -port
27015 +map cs_assault +maxplayers 21 -autoupdate

Then I add the following to /etc/inittab
css:3:respawn:su game -c /home/halflife/css/start-cs

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to