PDA

View Full Version : CoD Linux Server Daemon


Paladin
11-25-2003, 08:37 AM
Hi.

Is it possible to start the CoD Linux Server as an Daemon?

ATM I start the server with ./cod_lnxded. Everything works fine. But I have to keep my putty window open otherwise the server stops.

Thanks in advance.

Firethorn
11-25-2003, 10:53 AM
A quick and dirty solution might be to simply append an ampersand;

./cod_lnxded &

imported_notorius
11-25-2003, 11:26 AM
OK the clean solution is this:

nohup ./cod_lnxded +exec urservercfg.cfg &

Paladin
11-25-2003, 11:59 AM
Thx guys. That works!!!