Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
Hi all
Tell me, please, somebody, how to reboot gameserver or loginserver (communityserver) in linux-systems? In Windows i can just CTRL+C in console, but how to do it in linux (CentOS).
I do not want to kill PID.
for ID in `ps -u l2j | grep java | awk '{print $1}'`do kill -15 $IDdone
That would exit the process without saving data. Which could lead to data loss. Don't do that for live servers !
The only way to reboot your servers without logging in game is by telnet. Search for *fork* linux guide or telnet commands.
I believe that when u close L2J GameServer in Windows it starts to shut it down as well (Saving data.. blabla)
So I guess it's the same for Linux like you said.