Expand description
Zinit Server - Process supervisor daemon with OpenRPC interface
This crate provides the server-side implementation of zinit, exposing service management via JSON-RPC 2.0 over Unix socket and TCP.
Re-exports§
pub use app::cleanup_socket;pub use app::get_config_dir;pub use app::get_socket_path;pub use app::init;pub use zinit::ProcessStats;pub use zinit::ServiceStats;pub use zinit::State;pub use zinit::ZInit;pub use zinit::ZInitStatus;