Files
docker-minecraft-server/files/autostop/stop.sh
2022-07-30 12:06:22 -05:00

10 lines
135 B
Bash
Executable File

#!/bin/bash
. /start-utils
if isTrue "${DEBUG_AUTOSTOP}"; then
set -x
fi
logAutostopAction "Stopping Java process"
kill -SIGTERM 1