!752 static S mainProgramID = "#1002017"; p { if (hasBot("Eagle DNS.")) print("Have Eagle DNS."); else { print("Starting Eagle DNS."); nohupJavax(#1010768); // DNS sleepSeconds(5); } S vmArgs = cast loadVariableDefinition(mainProgramID, "vmArgs"); nohupJavax(mainProgramID, vmArgs); print("Eleu started with VM arguments: " + quote(vmArgs) + "."); sleepSeconds(120); // TODO: check if eleu loaded startBotInSeparateVM("Smart Bot.", #1010745); }