mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-18 17:52:36 +01:00
* Move linux package specific files to scripts/resources/pkg * Replace linux-all with linux-assets * Fix linux-x64 launchers issue * Remove -e
6 lines
317 B
Plaintext
6 lines
317 B
Plaintext
TACHIDESK_ROOT_DIR="/var/lib/tachidesk"
|
|
|
|
# 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
|