Skip to content

Commit

Permalink
[releasenotes] adding note for PR #1317
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Feb 21, 2018
1 parent fda87cb commit 7ba2918
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions releasenotes/notes/win-delayed-service-bf8bd27f95ef3653.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
On windows `Automatic` services would fail to start across reboots due to
a known go issue on 1.9.2: https://github.com/golang/go/issues/23479
We now start windows services as delayed start automatic services (ie. they
now start automatically after all other automatic services).

0 comments on commit 7ba2918

Please sign in to comment.