pub fn default_socket_path() -> PathBufExpand description
Default socket path for the Eidetica service.
Resolution order:
EIDETICA_SOCKETenvironment variable, if set.$XDG_RUNTIME_DIR/eidetica/service.sock, ifXDG_RUNTIME_DIRis set (the standard Linux convention)./tmp/eidetica-$USER/service.sockas a last-resort fallback.
Used by the daemon CLI to choose where to bind and by
default_socket_url to construct the equivalent unix:// URL for
Instance::connect.