flybrain/infra/config/journald.conf
acamilo 660c3cf00d
Some checks failed
ci / node 22 (test + typecheck) (push) Has been cancelled
ci / rust stable (cargo test --workspace --release) (push) Has been cancelled
ci / infra/tests/lint.sh (push) Has been cancelled
ci / playwright apps/stage (allowed to fail) (push) Has been cancelled
flybrain v0.4.0: public tree (history retained privately)
2026-09-21 15:09:46 +00:00

10 lines
512 B
Text

# infra/config/journald.conf — pushed to /etc/systemd/journald.conf.d/fly.conf.
#
# There is no alerting path on this host (docs/design/infra.md section 0), so the
# journal is one of the two places a failure ever shows up (the other is
# the node_exporter textfile). Cap it so a noisy unit cannot fill the CT's
# rootfs; ffmpeg is already told to run at -loglevel warning for the same
# reason. Numbers mirror streaming-plan.md section 4's earlier VM design.
[Journal]
SystemMaxUse=512M
MaxRetentionSec=14day