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

Make Windows service dependent on HTTP service (kernel driver) #3562

Merged
merged 1 commit into from Jun 6, 2023

Conversation

ramonsmits
Copy link
Member

@ramonsmits ramonsmits commented Jun 2, 2023

Overview

This change makes Windows service dependent on HTTP service (kernel driver). Otherwise, if the HTTP service is disabled ServiceControl cannot bind the port(s) and fails at startup.

Service dependent on HTTP after creation

Service dependencies shown in Windows services console

…this service disabled SC cannot mount the port(s) and fails startup.
@ramonsmits ramonsmits self-assigned this Jun 2, 2023
@ramonsmits ramonsmits added this to the 4.31.0 milestone Jun 5, 2023
@mauroservienti mauroservienti removed this from the 4.31.0 milestone Jun 6, 2023
@ramonsmits ramonsmits marked this pull request as ready for review June 6, 2023 08:17
@ramonsmits ramonsmits merged commit 924efa9 into master Jun 6, 2023
8 checks passed
@ramonsmits ramonsmits deleted the http-service-dependency branch June 6, 2023 08:18
@ramonsmits ramonsmits added this to the 4.32.0 milestone Jun 6, 2023
@mauroservienti mauroservienti changed the title Make Windows service dependent to HTTP service (kernel driver) Make Windows service dependent on HTTP service (kernel driver) Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants