117118119120121122123
protected Integer getMaxInactiveSeconds() { return 600; } protected Command getInitCommand() { return new InitRunnerCommand(); }
116117118119120121122