diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-24 15:42:47 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-24 15:42:47 +0200 |
commit | 2e8923b383eb06c53261eee8e5c442b857fb67e4 (patch) | |
tree | 0ad148f75f7b54dfed2dbac8f43f6df9badc502a /app/jitsi/build/jitsi-conference-focus/jicofo | |
parent | 9848f3090f77363a2fda0f9fa673ebcf1fb8228c (diff) | |
download | nixcfg-2e8923b383eb06c53261eee8e5c442b857fb67e4.tar.gz nixcfg-2e8923b383eb06c53261eee8e5c442b857fb67e4.zip |
Move app files into cluster subdirectories; add prod garage
Diffstat (limited to 'app/jitsi/build/jitsi-conference-focus/jicofo')
-rwxr-xr-x | app/jitsi/build/jitsi-conference-focus/jicofo | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/jitsi/build/jitsi-conference-focus/jicofo b/app/jitsi/build/jitsi-conference-focus/jicofo deleted file mode 100755 index 8fc8fce..0000000 --- a/app/jitsi/build/jitsi-conference-focus/jicofo +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 |