unset STDOUT default (#1011)

This commit is contained in:
Michel Oosterhof
2019-02-05 14:52:12 +04:00
committed by GitHub
parent cdd4c182cc
commit 21d9b7f0c2

View File

@ -10,7 +10,7 @@ AUTHBIND_ENABLED=no
DAEMONIZE="" DAEMONIZE=""
# Log to stdout instead of a separate file (same behaviour as Docker) # Log to stdout instead of a separate file (same behaviour as Docker)
STDOUT="yes" # STDOUT="no"
################################################################################ ################################################################################
## don't modify below here ## ## don't modify below here ##