Expand description
Daemon health checks and unique ID generation.
is_daemon_alive probes a PID file to determine whether a session’s
daemon process is still running. IdCounter hands out sequential
process identifiers (p1, p2, …) within a daemon’s lifetime.