Files
aitbc/scripts/config/aitbc-secrets.conf
aitbc db6154c1c5
All checks were successful
Systemd Sync / sync-systemd (push) Successful in 19s
Add boot-time secrets loading service to prevent service failures after reboot
- Add aitbc-load-secrets.service to load /run/aitbc/secrets/.env at boot
- Add aitbc-secrets.conf tmpfiles.d config to create secrets directory
- Update link-systemd.sh to deploy tmpfiles.d configurations
- Fixes issue where services fail with 'Failed to load environment files' after reboot
2026-04-29 10:09:49 +02:00

5 lines
202 B
Plaintext

# Create runtime directory for AITBC secrets at boot
# This directory is in tmpfs (/run) and gets cleared on reboot
# Deployed to /etc/tmpfiles.d/ by setup scripts
d /run/aitbc/secrets 0700 root root -