fix(Core/Config) - Add UseSocketActivation to auth config (#24075)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2025-12-26 08:19:00 +00:00
committed by GitHub
parent 0bf023cb6e
commit 20db584c00
2 changed files with 19 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
# CRYPTOGRAPHY
# UPDATE SETTINGS
# LOGGING SYSTEM SETTINGS
# NETWORK
#
###################################################################################################
@@ -440,3 +441,20 @@ Logger.root=4,Console Auth
#
###################################################################################################
###################################################################################################
# NETWORK
#
# Network.UseSocketActivation
# Description: [LINUX ONLY FEATURE] Enable systemd socket activation support for the authserver.
# When enabled and the process is started by systemd socket activation,
# the server will use the socket passed by systemd instead of
# creating and binding its own listening socket. Disabled by default.
#
# Example: 1 - (Enabled)
# Default: 0 - (Disabled)
Network.UseSocketActivation = 0
#
###################################################################################################

View File

@@ -399,7 +399,7 @@ Network.EnableProxyProtocol = 0
#
# Network.UseSocketActivation
# Description: Enable systemd socket activation support for the worldserver.
# Description: [LINUX ONLY FEATURE] Enable systemd socket activation support for the worldserver.
# When enabled and the process is started by systemd socket activation,
# the server will use the socket passed by systemd instead of
# creating and binding its own listening socket. Disabled by default.