summaryrefslogtreecommitdiff
path: root/cmd/dockerd/daemon_freebsd.go
blob: 6d013b81039907a3d5067be5f10c8c9017e91b24 (plain)
1
2
3
4
5
6
7
8
9
package main

// preNotifySystem sends a message to the host when the API is active, but before the daemon is
func preNotifySystem() {
}

// notifySystem sends a message to the host when the server is ready to be used
func notifySystem() {
}