startService Deamon
#1

Lots of users are having problems when creating/running the startService.sh.

Lets try making another file so you guys dont mess around.

 

Put this inside a shell file :

#!/bin/sh

cd Connector/Connector
./Connector start &
cd .. Helper/Helper
./Helper start &
cd ../SubHelper/SubHelper
./SubHelper start &
cd ../Messenger/Messenger
./Messenger start &
cd ../LoginServer/LoginServer
./LoginServer start &
cd ../GameServer/GameServer1
./GameServer_d start &
Of course you need to edit it to suit your purposes. Call it start.sh for instance and done!

 

Cheers

#2
ty

#3
question is how do i start it?

#4

question is how do i start it?

 

chmod u+x start.sh

./start.sh

#5
in terminal?

#6
yes



Forum Jump:


Users browsing this thread: 1 Guest(s)