Skip to content

Commit f76a87b

Browse files
authored
Merge pull request #273 from jhuttana/document_JAVA_PROCESS_NAME
Document JAVA_APP_NAME which can be used to set the process or applic…
2 parents 998f8cf + a69a22e commit f76a87b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/run/module.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ envs:
4848
- name: JAVA_ARGS
4949
description: Arguments passed to the `java` application.
5050

51+
- name: JAVA_APP_NAME
52+
description: To set the process or application name by the user.
53+
5154
execute:
5255
- script: configure.sh
5356
- script: backward_compatibility.sh

0 commit comments

Comments
 (0)