summarylogtreecommitdiffstats
path: root/cryptomator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cryptomator.sh')
-rw-r--r--cryptomator.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptomator.sh b/cryptomator.sh
index 6c3443f7227f..c12342f71215 100644
--- a/cryptomator.sh
+++ b/cryptomator.sh
@@ -2,7 +2,7 @@
export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH
exec /usr/bin/java \
-Xmx512m \
- -Dcryptomator.logPath=~/.Cryptomator/cryptomator.log \
- -Dcryptomator.upgradeLogPath=~/.Cryptomator/upgrade.log \
+ -Dlogback.configurationFile=/etc/cryptomator/logback.xml \
+ -Dcryptomator.ipcPortPath=~/.Cryptomator/ipcPort.bin \
-Dcryptomator.settingsPath=~/.Cryptomator/settings.json \
-jar /usr/share/java/cryptomator/cryptomator.jar "$@"