Skip to main content

socket_path

Function socket_path 

Source
pub fn socket_path(root: &Path) -> PathBuf
Expand description

The daemon socket path for one home: <root>/orchestrator.sock, or SUPERCODE_ORCHESTRATOR_SOCK where the embedding keeps the socket off the root (a home on a network filesystem cannot hold a Unix socket). The daemon’s loop derives the same path (socketPathFor).