Dashboard › opencode › Distillation
b4ca13f1-aacf-44f6-8d69-419a726503d4["lore_tm_v1_f6oQ2CPLfmAfvtKXt_CACc3hT6-hV7gAbW4QHsbxtR8"]
Date: Sep 8, 2026
systemd-run --expand-environment= will be switched to enabled by default for --scope in a future release; currently it defaults to enabled except with --scope, where it is disabled for backward compatibility.systemd-run can create transient .service or .scope units and transient .path, .socket, or .timer units that trigger a service.--scope, is launched by systemd-run, inherits the caller’s environment, and executes synchronously.systemd-run --pty/-t connects standard input, output, and error to a pseudo-TTY, supporting interactive programs such as shells.systemd-run --shell/-S is shorthand for --pty --same-dir --wait --collect --service-type=exec $SHELL.systemd-run --wait waits for the transient service to terminate and reports runtime plus main-process exit code/status; it cannot be combined with --no-block, --scope, or path/socket/timer options.systemd-run --no-block only verifies and enqueues unit startup rather than waiting for startup completion, and cannot be combined with --wait.