| 1 | // Artifact-level e2e for the Linux service install surface: the emitted |
| 2 | // systemd unit must not contain raw, unescaped paths or environment values |
| 3 | // whose spaces/quotes change systemd tokenization at boot. |
| 4 | import { expect } from "@effect/vitest"; |
nothing calls this directly
no test coverage detected