Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

What is guard do ?

Initiate Mage
Joined
Mar 15, 2012
Messages
4
Reaction score
0
We are ruing all server using

Code:
#!/bin/sh

cd /root/db
ulimit -c unlimited
rm *.pid -f
/root/db/guard -c /root/db/guard_user.ini

but it can be run like this also

Code:
cd ./root/db
ulimit -c unlimited
rm *.pid -f
 ./db_server

so actually guard what is doing when run on background ?
 
Junior Spellweaver
Joined
Dec 31, 2010
Messages
144
Reaction score
16
No if your server crashes or stops by any chance it restarts it immediately.
 
Upvote 0
Back
Top