state-hub/infra/systemd/archived/README.md

16 lines
582 B
Markdown
Raw Normal View History

# Archived systemd units
Retired 2026-06-21 as part of `STATE-WP-0064` cutover.
The **State Hub consistency sync** schedule now runs on activity-core
(Railiance01) via the `the-custodian.state-hub-consistency-sweep`
ActivityDefinition. See [`docs/consistency-sweep-runbook.md`](../../../docs/consistency-sweep-runbook.md).
These units are kept for reference or emergency local fallback only. To
re-enable temporarily:
```bash
cp infra/systemd/archived/custodian-sync.* ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user enable --now custodian-sync.timer
```