Graylog2 / collector-sidecar

Manage log collectors through Graylog
https://www.graylog.org/
Other
268 stars 56 forks source link

Set Windows service type to "Automatic (Delayed Start)" #425

Closed thll closed 2 years ago

thll commented 2 years ago

After a reboot, this will delay service startup a little.

Also, if the service fails after initially running, it will now be restarted after a delay of two minutes.

The goal of this change is to reduce the chance of sporadic startup issues on Windows, that some users have been experiencing.

Resolves #421