mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
6 lines
316 B
Plaintext
6 lines
316 B
Plaintext
TACHIDESK_ROOT_DIR="/var/lib/suwayomi"
|
|
|
|
# Extra arguments passed to the java command
|
|
# The default value disables the system tray icon, and launching a browser on service start.
|
|
JAVA_ARGS=-Dsuwayomi.tachidesk.config.server.initialOpenInBrowserEnabled=false -Dsuwayomi.tachidesk.config.server.systemTrayEnabled=false
|