Corrected autopause's resume to work with alpine images (#1464)

This commit is contained in:
Geoff Bourne
2022-04-10 10:58:18 -05:00
committed by GitHub
parent 4af80debe2
commit 97fe6b1f14
9 changed files with 46 additions and 11 deletions
+8
View File
@@ -4,7 +4,15 @@
. "${SCRIPTS:-/}start-utils"
: "${SERVER_PORT:=25565}"
: "${ENABLE_AUTOSTOP:=false}"
: "${AUTOSTOP_TIMEOUT_EST:=3600}"
: "${AUTOSTOP_TIMEOUT_INIT:=1800}"
: "${AUTOSTOP_PERIOD:=10}"
export SERVER_PORT
export ENABLE_AUTOSTOP
export AUTOSTOP_TIMEOUT_EST
export AUTOSTOP_TIMEOUT_INIT
export AUTOSTOP_PERIOD
log "Autostop functionality enabled"