Add boot-time secrets loading service to prevent service failures after reboot
All checks were successful
Systemd Sync / sync-systemd (push) Successful in 19s
All checks were successful
Systemd Sync / sync-systemd (push) Successful in 19s
- 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
This commit is contained in:
4
scripts/config/aitbc-secrets.conf
Normal file
4
scripts/config/aitbc-secrets.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
# 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 -
|
||||
Reference in New Issue
Block a user