LCKB
.startService.sh for EP1 - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193)
+---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157)
+----- Forum: Ep1 Support (https://lckb.dev/forum/forumdisplay.php?fid=177)
+------ Forum: Solved Topics (https://lckb.dev/forum/forumdisplay.php?fid=145)
+------ Thread: .startService.sh for EP1 (/showthread.php?tid=2367)

Pages: 1 2 3


- BaZZtian - 08-31-2013


i use this now

#!/bin/sh

cd Connector;
./Connector start &
sleep 5;

cd ../;
cd Helper;
./Helper start &
sleep 5;

cd ../;
cd Messenger;
./Messenger start &
sleep 5;

cd ../;
cd GameServer;
./GameServer start &
sleep 5;

cd ../;
cd LoginServer;
./LoginServer start &
sleep 5;




- Nymphetamine - 09-04-2013

Moved