mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-23 21:12:37 +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
|