daemon_freebsd.go 242 B

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