You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We changed the default setting of ServiceStartMode to Manual from Automatic on v5.0.0.
The main purpose is to avoid the automatic start after installation.
The reason why we want to avoid automatic start after installation:
Fluentd should not automatically start with the default setting after installation.
As a result, Fluentd on Windows no longer automatically starts after a system reboot.
This is undesirable.
So, we need to figure out how to do this well without causing those previous issues again.
Problem
Current version does not automatically start fluentd service.
Expected
user can select whether fluentd service should start automatically.
Additional Information
Add option to check whether fluentd service start or not.
It may be better to refer configuration via property.
https://stackoverflow.com/questions/2365197/wix-how-can-i-set-a-property-externally
The text was updated successfully, but these errors were encountered: