ryzomcore
ryzomcore copied to clipboard
Cannot set unique ports on services that specify ports through cmdLine in patch manager
Cannot set unique ports on services that specify ports through cmdLine in patch manager.
Cfg can use ports from the domain definition by name, but cmdLine is literal.
This issue limits us to having one domain unifier per server.
Example
cmdLine backup_service -C. -L. --nobreak --writepid -P43994
cfgAfter ListeningPort = 43994;
Solutions
- Allow text substitution in patchman
- Default service port from cfg instead of cmd line