Skip to content

Commit a69a22e

Browse files
committed
Document JAVA_APP_NAME which can be used to set the process or application name by the user.
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
1 parent 998f8cf commit a69a22e

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)