removed JAVA_HOME env variable from supervisor configuration

* not needed and is causing some problems since we switched from
  the eclipse-temurin to the ubuntu base image.

see #489
This commit is contained in:
Bernhard B
2024-02-23 10:38:36 +01:00
parent 05f6434630
commit 08dc98eac2

View File

@@ -12,7 +12,6 @@ import (
const supervisorctlConfigTemplate = `
[program:%s]
environment=JAVA_HOME=/opt/java/openjdk
process_name=%s
command=bash -c "nc -l -p %d <%s | signal-cli --output=json --config %s jsonRpc >%s"
autostart=true