flybrain/infra/units/fly-recap.service
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

15 lines
430 B
Desktop File

# infra/units/fly-recap.service — triggered by fly-recap.timer.
# docs/design/infra.md section 3: "Nice=19, IOSchedulingClass=idle,
# CPUWeight=20 so it can never starve the live stream."
[Unit]
Description=Cut the daily highlight reel
[Service]
Type=oneshot
User=fly
Environment=FLY_STATE_DIR=/srv/fly/state
Environment=FLY_MEDIA_DIR=/srv/fly/media
ExecStart=/opt/fly/bin/fly-recap
Nice=19
IOSchedulingClass=idle
CPUWeight=20