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
114 B
Bash
5 lines
114 B
Bash
#!/bin/sh
|
|
|
|
export LD_PRELOAD="`realpath ./bin/catch_abort.so`"
|
|
exec ./jre/bin/java -jar ./bin/Suwayomi-Server.jar
|