Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set unique ports on services that specify ports through cmdLine in patch manager #635

Open
kaetemi opened this issue Jun 19, 2021 · 0 comments

Comments

@kaetemi
Copy link
Member

kaetemi commented Jun 19, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant