mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
Some native code (CEF) may cause SIGTRAP to be sent on fatal errors, which brings down the entire server. Instead only kill the thread and attempt to continue.
5 lines
162 B
Bash
5 lines
162 B
Bash
#!/bin/sh
|
|
|
|
export LD_PRELOAD="/usr/share/java/suwayomi-server/bin/catch_abort.so"
|
|
exec /usr/bin/java -jar /usr/share/java/suwayomi-server/bin/Suwayomi-Server.jar
|