document native options recovery and clean up the unit override
This commit is contained in:
parent
bca74d1811
commit
4b8eaae0ee
4 changed files with 188 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue