Module Daemon.State

type t =
  1. | Ready
  2. | Reloading
  3. | Stopping
  4. | Status of string
  5. | Error of Unix.error
  6. | Bus_error of string
  7. | Main_pid of int
  8. | Watchdog