Skip to content

Commit

Permalink
Fix typo (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Hubert Quarantel-Colombani <[email protected]>
  • Loading branch information
hubertqc authored Jan 17, 2024
1 parent 731ca8a commit 84f5de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/env.SAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ JAVA_EXTRA_ARGS=""
JAVA_EXTRA_ARGS="${JAVA_EXTRA_ARGS} -Dio.netty.native.workdir=${JAVA_TMPDIR}/dynlib"

# Define a Java security file for the appliction specific requirements
JAVA_SECURITY_FILE=${CNF_DIR}}/java.security
JAVA_SECURITY_FILE=${CNF_DIR}/java.security

# Define the main Springboot application configuration file
SPRING_CONFIG_LOCATION=${CNF_DIR}/application.yaml
Expand Down

0 comments on commit 84f5de2

Please sign in to comment.