Expand description
The Unix Domain Socket manager. Unix-only: binds the UnixListener and
acquires the singleton advisory lock.
Functionsยง
- pid_
path - Path to the daemon PID file (
run/system.pid). - readiness_
path - Path to the daemon readiness sentinel file.
- remove_
pid_ file - Remove the daemon PID file (best-effort).
- remove_
readiness_ file - Remove the readiness sentinel file (best-effort).
- write_
pid_ file - Write the current process PID to the daemon PID file, atomically.
- write_
readiness_ file - Write the readiness sentinel file to signal that the daemon is fully initialized and accepting connections.
- write_
readiness_ file_ for_ workspace - Write readiness metadata for the selected project workspace.