summary refs log tree commit diff
path: root/changelog.d/6571.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.8.0rc1Erik Johnston2020-01-071-1/+0
|
* Fix sdnotify with acme enabled (#6571)Richard van der Hoff2019-12-191-0/+1
If acme was enabled, the sdnotify startup hook would never be run because we would try to add it to a hook which had already fired. There's no need to delay it: we can sdnotify as soon as we've started the listeners.