!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) + "."); //startBotInSeparateVM("Smart Bot.", #1010745); //sleepSeconds(180); // TODO: check if eleu loaded }