Crate zinit_server

Crate zinit_server 

Source
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;

Modules§

app
Application module for Zinit
manager
rpc
Simple JSON-RPC 2.0 server implementation
xinit
Xinit - On-demand socket proxy with backend service management
zinit