Export env vars in /etc/conf.d/books #21

Merged
arne merged 1 commit from fix-conf-d-export into main 2026-04-14 13:38:11 +02:00
Owner

OpenRC sources conf.d but doesn't export — prefix each line with export so the daemon actually receives BOOKS_OIDC_ISSUER, BOOKS_PUBLIC_URL, etc. Without this the service crashes on start with 'BOOKS_OIDC_ISSUER is required'.

OpenRC sources conf.d but doesn't export — prefix each line with `export` so the daemon actually receives BOOKS_OIDC_ISSUER, BOOKS_PUBLIC_URL, etc. Without this the service crashes on start with 'BOOKS_OIDC_ISSUER is required'.
OpenRC sources the conf.d file but does not export its variables to
the spawned service process. Without `export`, BOOKS_OIDC_ISSUER and
friends are set in the init script's shell but invisible to the
books binary, which then refuses to start.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
arne merged commit 3fc29839f6 into main 2026-04-14 13:38:11 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
arne/books!21
No description provided.