fix(Core/Config) - Add UseSocketActivation to auth config (#24075)
Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
# CRYPTOGRAPHY
|
# CRYPTOGRAPHY
|
||||||
# UPDATE SETTINGS
|
# UPDATE SETTINGS
|
||||||
# LOGGING SYSTEM 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
|
||||||
|
|
||||||
|
#
|
||||||
|
###################################################################################################
|
||||||
|
|||||||
@@ -399,7 +399,7 @@ Network.EnableProxyProtocol = 0
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Network.UseSocketActivation
|
# 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,
|
# When enabled and the process is started by systemd socket activation,
|
||||||
# the server will use the socket passed by systemd instead of
|
# the server will use the socket passed by systemd instead of
|
||||||
# creating and binding its own listening socket. Disabled by default.
|
# creating and binding its own listening socket. Disabled by default.
|
||||||
|
|||||||
Reference in New Issue
Block a user