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"
# [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:
# - 'on'
# - 'off'
AUTOPAUSE="on"
AUTOPAUSE="off"
# [AUTOMATICALLY PAUSE WINDOWS TIMEOUT]
# NOTES:

View File

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