121122123124125126127
protected Integer getMaxInactiveSeconds() { return 600; } protected Command getInitCommand() { return new InitRunnerCommand(); }
123124125126127128129
122123124125126127128