Skip to main content

Module socket

Module socket 

Source
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.