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

Enhancements to Windows service install/uninstall. #831

Merged
merged 1 commit into from
Mar 15, 2016

Conversation

mr-salty
Copy link
Contributor

@mr-salty mr-salty commented Mar 8, 2016

  • If --reg-winsvc-auto-start is specified when installing the service (--reg-winsvc i), set the service type to AUTO_START rather than DEMAND_START, and also start the service immediately.
  • When uninstalling (--reg-winsvc u), attempt to stop the service if it is running. This is done unconditionally.
  • Also allow --reg-winsvc-fluentdopt to be specified along with --reg-winsvc; previously the options would be ignored. The flag can still be specified alone to change the options (although a service restart is necessary).

If --reg-winsvc-auto-start is specified when installing the service
(--reg-winsvc i), set the service type to AUTO_START rather than
DEMAND_START, and also start the service immediately.

When uninstalling (--reg-winsvc u), attempt to stop the service if it
is running.  This is done unconditionally.

Also allow --reg-winsvc-fluentdopt to be specified along with --reg-winsvc;
previously the options would be ignored.  The flag can still be specified
alone to change the options (although a service restart is necessary).
@repeatedly repeatedly assigned repeatedly and nurse and unassigned repeatedly Mar 9, 2016
nurse added a commit that referenced this pull request Mar 15, 2016
Enhancements to Windows service install/uninstall.
@nurse nurse merged commit 6c9092d into fluent:master Mar 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants