Files
docker-minecraft-server/files/autostop/stop.sh
T

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