propagate SIGTERM to the Minecraft process

This commit is contained in:
Andreas Heil
2015-01-05 10:32:31 +01:00
parent bc9afcd659
commit 60b6eea1e2

View File

@@ -85,5 +85,5 @@ if [ -n "$ICON" -a ! -e server-icon.png ]; then
fi
fi
java $JVM_OPTS -jar minecraft_server.$VERSION.jar
exec java $JVM_OPTS -jar minecraft_server.$VERSION.jar