It was only used for REST after internal JVB changes, and it can now be enabled with the dedicated COLIBRI_REST_ENABLED env var.
8 lines
342 B
Plaintext
8 lines
342 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
export JAVA_SYS_PROPS="-Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/ -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=config -Djava.util.logging.config.file=/config/logging.properties -Dconfig.file=/config/jvb.conf"
|
|
|
|
DAEMON=/usr/share/jitsi-videobridge/jvb.sh
|
|
|
|
exec s6-setuidgid jvb /bin/bash -c "exec $DAEMON"
|