document native options recovery and clean up the unit override

This commit is contained in:
dirtydishes 2026-05-19 19:28:33 -04:00
parent bca74d1811
commit 4b8eaae0ee
4 changed files with 188 additions and 1 deletions

View file

@ -98,6 +98,8 @@ These are written for the current VPS layout:
- Bun binary: `/home/delta/.bun/bin/bun`
- env file: `/home/delta/islandflow/.env`
Important: treat `/home/delta/islandflow/.env` as the effective source of truth for adapter selection. The Bun-launched services read that file directly at runtime, so a conflicting `OPTIONS_INGEST_ADAPTER` value in `.env` can still win over a systemd-only override and push `ingest-options` onto the wrong provider path.
### Install the units
```bash

View file

@ -7,7 +7,6 @@ Wants=network-online.target
Type=simple
WorkingDirectory=/home/delta/islandflow
EnvironmentFile=/home/delta/islandflow/.env
Environment=OPTIONS_INGEST_ADAPTER=synthetic
ExecStart=/home/delta/.bun/bin/bun services/ingest-options/src/index.ts
Restart=always
RestartSec=2