mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-21 13:54:18 +00: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:
parent
05f6434630
commit
08dc98eac2
@ -12,7 +12,6 @@ import (
|
|||||||
|
|
||||||
const supervisorctlConfigTemplate = `
|
const supervisorctlConfigTemplate = `
|
||||||
[program:%s]
|
[program:%s]
|
||||||
environment=JAVA_HOME=/opt/java/openjdk
|
|
||||||
process_name=%s
|
process_name=%s
|
||||||
command=bash -c "nc -l -p %d <%s | signal-cli --output=json --config %s jsonRpc >%s"
|
command=bash -c "nc -l -p %d <%s | signal-cli --output=json --config %s jsonRpc >%s"
|
||||||
autostart=true
|
autostart=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user