[cod] start/stop script

Jarkko Mäntylä jake at kapsi.fi
Sat Dec 12 00:53:20 EST 2009


On 10.12.2009 08:36, escapedturkey wrote:
> Which ideas? The kill -9 -1?
> 
> If he's running the game server as a user (in usermin) the kill -9 -1 is
> perfect for clean-up, otherwise you'll have multiple processes running
> every-time you start the game server. Did I miss something?
> 
> Also, the original poster of this thread and I know each other. :)
> 

Using SIGKILL (-9) prevents any process to do any clean-up, you only use
it with broken programs. If the user is only running gameservers that
all need to be stopped at the same time then using -1 group might be
good idea.


More information about the cod mailing list