View Full Version : linux server service
Unregistered
06/30/03, 10:06 pm
Does anybody know how to create a startup and shutdown service/command for spearhead on linux?
Thanks
Jon
charmanta
07/10/03, 12:44 pm
i wrote a very simple script called start.sh which i start with an unattended at-job:
#!/bin/sh
./mohaa_lnxded +set net_port 27950 +set com_zoneMegs 30 +set vm_game 0 +set ttycon 0 +set dedicated 2 +exec server.cfg
For stopping i just kill the "moh" process running... That`s all
Unregistered
07/10/03, 04:02 pm
why port 27950?
thanks
charmanta
07/11/03, 11:59 am
' cause this is one of the ports our game server has free ,-))
We run a few games parallel on one machine:
TO, UT, Q3, MOHAA, MOHSP, RTCW...
So we "tune" up the desired ports a bit ,-)
You can choose whatever you like. You just need this information when you try to connect to your new server
vBulletin® v3.6.9, Copyright ©2000-2010, Jelsoft Enterprises Ltd.