Module state

Module state 

Source
Expand description

Daemon state management.

Manages the daemon’s runtime state including PID file, socket path, and log file locations. Provides methods for checking if the daemon is running and managing its lifecycle.

Structs§

DaemonState
Manages daemon state including paths for PID file, socket, and logs.
DaemonStats
Statistics about the daemon’s operation.