Expand description
Shared path computation for daemon socket, PID file, database, and shadow directory.
Both the server and client modules use these functions to agree on where the daemon listens and where auxiliary files are stored.
Functionsยง
- db_path
- Returns the path to the daemon SQLite database.
- make_
socket_ name - Build an
interprocesslocal socket [Name] from the path returned bysocket_path. - pid_
file_ path - Returns the path to the daemon PID file.
- shadow_
dir - Returns the shadow directory used for ephemeral run data.
- socket_
path - Returns the local socket name the daemon listens on.