Expand description
Control-socket locations and the sibling files next to them.
Constants§
- HUD_
LOG_ ENV - Override for
hud_log_path. Empty or unset falls through. - HUD_
SOCKET_ ENV - Override for
hud_socket_path. Empty or unset falls through. - SERVE_
LOG_ ENV - Override for
control_log_path. Empty or unset falls through. - SOCKET_
ENV - Override for
default_socket_path. Empty or unset falls through.
Functions§
- beside_
socket namein the same directory assocket.- control_
log_ path - Detached serve log.
VISSUE_SERVE_LOGwins; otherwisecontrol.lognext to the default socket. - default_
socket_ path - Default control socket: env, then
$XDG_RUNTIME_DIR/vissue/control.sock, then~/.vissue/run/control.sock. - hud_
log_ path - HUD stderr log.
VISSUE_HUD_LOGwins; otherwisehud.lognext to the default socket. - hud_
socket_ path - HUD summon socket.
VISSUE_HUD_SUMMON_SOCKETwins; otherwisehud.socknext to the default socket. - runtime_
dir - Per-user runtime directory that holds the control socket.
- socket_
lock_ path {socket}.lock, the exclusive flock file. Never unlinked by callers.- socket_
pid_ path {socket}.pid, the owner pid file.