Disable AUTOPAUSE by default.

This commit is contained in:
Rohan Barar 2024-07-31 00:46:34 +10:00
parent b90fb086a9
commit 6f439a4df9
2 changed files with 6 additions and 3 deletions

View File

@ -365,11 +365,14 @@ MULTIMON="false"
DEBUG="true" DEBUG="true"
# [AUTOMATICALLY PAUSE WINDOWS] # [AUTOMATICALLY PAUSE WINDOWS]
# DEFAULT VALUE: 'on' # NOTES:
# - This is currently INCOMPATIBLE with 'docker'.
# - See https://github.com/dockur/windows/issues/674
# DEFAULT VALUE: 'off'
# VALID VALUES: # VALID VALUES:
# - 'on' # - 'on'
# - 'off' # - 'off'
AUTOPAUSE="on" AUTOPAUSE="off"
# [AUTOMATICALLY PAUSE WINDOWS TIMEOUT] # [AUTOMATICALLY PAUSE WINDOWS TIMEOUT]
# NOTES: # NOTES:

View File

@ -46,7 +46,7 @@ WAFLAVOR="docker"
RDP_FLAGS="" RDP_FLAGS=""
FREERDP_COMMAND="" FREERDP_COMMAND=""
RDP_SCALE=100 RDP_SCALE=100
AUTOPAUSE="on" AUTOPAUSE="off"
AUTOPAUSE_TIME="300" AUTOPAUSE_TIME="300"
MULTIMON="false" MULTIMON="false"
DEBUG="true" DEBUG="true"