github.com/tompao/docker@v1.9.1/docker/daemon_freebsd.go (about)

     1  // +build daemon
     2  
     3  package docker
     4  
     5  // notifySystem sends a message to the host when the server is ready to be used
     6  func notifySystem() {
     7  }