Skip to content

Commit

Permalink
make usage of bundled openjdk possible by choice
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruthx committed Apr 24, 2023
1 parent 81b4c34 commit b1fdb8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/graylog.server.default.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{% if graylog_server_java is defined and graylog_server_java|length %}
JAVA="{{ graylog_server_java }}"
{% endif %}
GRAYLOG_SERVER_JAVA_OPTS="{{ graylog_server_java_opts }}"
GRAYLOG_SERVER_ARGS="{{ graylog_server_args }}"
GRAYLOG_COMMAND_WRAPPER="{{ graylog_server_wrapper }}"

0 comments on commit b1fdb8c

Please sign in to comment.