Module paths

Module paths 

Source
Expand description

Default paths and env var conventions.

Constants§

DEFAULT_RUN_DIR
Default runtime directory used by systemd packaging scaffolds.
DEFAULT_SHM_PARENT
Default SHM parent used when SHM_PARENT is not set.
DEFAULT_SPEC_PATH
Default spec path used by packaging scaffolds.
ENV_LANE_PATH
Env var naming the default lane-path mapping file.
ENV_SHM_PARENT
Env var naming the shared-memory parent directory.
ENV_SPEC
Env var naming the default spec path (packaging convention).
ENV_WAIT
Env var naming the default wait preset (packaging convention).

Functions§

default_lane_path_for_run
Compute a default lane path for run commands.
lane_path_from_env
Read BYTEOR_LANE_PATH if set.
service_single_ring_lane_path
Deterministic lane-path used when a dedicated runtime directory is available.
shm_parent_from_env
Read SHM_PARENT with a default fallback.