This commit is contained in:
Remy Farley 2024-09-22 17:02:08 +01:00 committed by GitHub
commit db300f5a37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 67 additions and 0 deletions

View file

@ -289,6 +289,10 @@ func main() {
}
}
if _, err = notifyStartupCompleted(); err != nil {
log.Warnln("Error while sending start up notification:", err)
}
// Block until we are told to shut down.
<-ctx.Done()