Implement vrunner

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Rullez

Banned
Banned
Joined
Jul 4, 2019
Messages
20
Credits
9
In this tutorial the serverfiles location used was /usr/home/
This uses full paths, you could and should edit it yourself into relative paths.
Some notes:
Correct start script order:
  1. start db
  2. start channels
  3. start auth
Correct stop script order:
  1. stop auth (prevent login atempts to closing server)
  2. stop channels
  3. stop db
Place the file vrunner at this location:
/usr/home/game/share/
So that the full path is the following:
/usr/home/game/share/vrunner
Place 1_setup.sh at
/usr/home
Give it 777 permissions and run it. It will create symlinks and according vrunner.sh and stop_vrunner.sh
Place 2_start_vrunner.sh at
/usr/home/
To start server use the 2_start_vrunner.sh.
To stop server i didnt made it because im going to sleep atm, but just duplicate the 2_start_vrunner.sh script
and instead of invoking vrunner.sh call stop_vrunner.sh
and change the order, like described above.



https://mega.nz/#!NlURzQCC!G74F4NhhBvCkpz0abPhzcnfFkcXdSor_WHyF3YTkRIk

PW: OnForum.com
 
"To start server use the 2_start_vrunner.sh. " Why?
Go to your server root/bin and create a start shell(to power on vrunner), call that as "start" for example, and just run the command. As simple as that.
Anyways it's great that you're posting this stuff. It helps a lot of people.
 
Bro when u use VRunner u almost have a "nodeathcore" an less that u have a critical error, the vrunner start the server, even with some error that bashe cant starts
 
Bro when u use VRunner u almost have a "nodeathcore" an less that u have a critical error, the vrunner start the server, even with some error that bashe cant starts

I already know what vrunner is and does(I used a cronjob as part of crontab before, to do the same job...now is not the case, I didn't have a m2 server anymore :) ). What I meant, is the first start, if you didn't understand.
 
Forget it I open my eyes xD
Yeah ur right it was more simple in your way xD
 
Back
Top