mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Merge 7878bb938e
into 361b9fd6fc
This commit is contained in:
commit
db300f5a37
5 changed files with 67 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue