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
5 lines
202 B
Plaintext
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 -
|