-
Notifications
You must be signed in to change notification settings - Fork 1
Config setup
LITEFINE edited this page Jan 28, 2019
·
2 revisions
After first launch you will see this config file, it has two main sections: Settings and Booting Objects. How to setup Booting Objects you can read on About booting object types wiki page. Here useful information about first section:
-
bootAllObjectsOnStart- means then you launch MCBootstrap, MCBootstrap will launch all booting objects fromBooting Objectssection -
enableDebug- verbose information about errors, launch, commands executions, etc -
screenNamePattern- all servers and applications must have screen terminal for work, so this pattern can help determine what processes are running via MCBootstrap, use it how you want -
eachObjectStartDelay- delay in seconds between objects start, set to 0 to disable, it is used in order not to overload the machine at the start of a large number of servers or applications -
reverseStartOrderOnStop- inverse priority of all booting objects on shutdown orstop allcommand, useful if, for example, you want to shutdown proxies and hubs before other servers, or Vice versa