mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01: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
|