re-added nohup to start script

This commit is contained in:
crowetic 2023-01-25 15:49:29 -08:00 committed by GitHub
parent dca0b3f632
commit 6a44b09c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ JVM_MEMORY_ARGS="-Xss2000k -Xmx2200m"
# by default in Java 11, on some platforms (e.g. FreeBSD 12),
# it is overridden to be true by default. Hence we explicitly
# set it to false to obtain desired behaviour.
java \
nohup nice -n 20 java \
-Djava.net.preferIPv4Stack=false \
${JVM_MEMORY_ARGS} \
-jar qortal.jar \