mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-27 14:04:15 +01:00
6 lines
158 B
Bash
6 lines
158 B
Bash
#!/bin/sh
|
|
|
|
exec /usr/bin/java \
|
|
-Dsuwayomi.tachidesk.config.server.debugLogsEnabled=true \
|
|
-jar /usr/share/java/tachidesk-server/Tachidesk-Server.jar
|