diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-23 18:00:07 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-23 18:00:07 +0200 |
commit | 5994e41ad1fdba931ae488d8e0efb13f3e505c18 (patch) | |
tree | 342f432cc0a4598570672f7f8d66d7fa400aa693 /app/jitsi/build/jitsi-conference-focus/jicofo | |
parent | 02b1e6200c6f2acf85e4471ea341adde8e93ec9c (diff) | |
download | nixcfg-5994e41ad1fdba931ae488d8e0efb13f3e505c18.tar.gz nixcfg-5994e41ad1fdba931ae488d8e0efb13f3e505c18.zip |
Add jitsi
Diffstat (limited to 'app/jitsi/build/jitsi-conference-focus/jicofo')
-rwxr-xr-x | app/jitsi/build/jitsi-conference-focus/jicofo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/jitsi/build/jitsi-conference-focus/jicofo b/app/jitsi/build/jitsi-conference-focus/jicofo new file mode 100755 index 0000000..8fc8fce --- /dev/null +++ b/app/jitsi/build/jitsi-conference-focus/jicofo @@ -0,0 +1,11 @@ +#!/bin/bash + +update-ca-certificates -f + +exec java \ + -Dlog4j2.formatMsgNoLookups=true \ + -Djdk.tls.ephemeralDHKeySize=2048 \ + -Djava.util.logging.config.file=/usr/share/jicofo/lib/logging.properties \ + -Dconfig.file=/etc/jitsi/jicofo.conf \ + -cp "/usr/share/jicofo/*:/usr/share/jicofo/lib/*" \ + org.jitsi.jicofo.Main |