This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/app/jitsi/build/jitsi-conference-focus/jicofo

12 lines
323 B
Text
Raw Normal View History

2020-03-22 18:01:54 +01:00
#!/bin/bash
2020-03-22 18:14:16 +01:00
update-ca-certificates -f
2021-01-20 15:44:42 +01:00
exec java \
2021-12-12 13:03:45 +01:00
-Dlog4j2.formatMsgNoLookups=true \
2021-01-20 15:44:42 +01:00
-Djdk.tls.ephemeralDHKeySize=2048 \
-Djava.util.logging.config.file=/usr/share/jicofo/lib/logging.properties \
-Dconfig.file=/etc/jitsi/jicofo.conf \
2021-01-20 15:44:42 +01:00
-cp "/usr/share/jicofo/*:/usr/share/jicofo/lib/*" \
2021-01-28 17:52:41 +01:00
org.jitsi.jicofo.Main