github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/cmd/dockerd/daemon_freebsd.go (about)

     1  package main
     2  
     3  // preNotifySystem sends a message to the host when the API is active, but before the daemon is
     4  func preNotifySystem() {
     5  }
     6  
     7  // notifySystem sends a message to the host when the server is ready to be used
     8  func notifySystem() {
     9  }