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§
- Daemon
State - Manages daemon state including paths for PID file, socket, and logs.
- Daemon
Stats - Statistics about the daemon’s operation.