summarylogtreecommitdiffstats
path: root/config
blob: 2d50829b893b1ce5514af84b7d9218c006d86c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Jitsi Conference Focus settings

# adds java system props that are passed to jicofo (default are for home and logging config file)
JAVA_SYS_PROPS="\
 -Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc\
 -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=jicofo\
 -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jicofo\
 -Djava.util.logging.config.file=/etc/jicofo/logging.properties\
 -Dconfig.file=/etc/jicofo/jicofo.conf\
 -Djava.util.prefs.userRoot=/var/lib/jicofo\
"