mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-21 08:34:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user