package ocaml-systemd

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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