flybrain/infra/units/flypush-restart.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

9 lines
337 B
Desktop File

# infra/units/flypush-restart.service — triggered by flypush-restart.timer.
# Runs as root (systemd's default; no User= needed here, unlike the app
# units) since it only calls systemctl.
[Unit]
Description=Restart flypush.service (the 48h Twitch cap guard)
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl restart flypush.service