generated from coulomb/repo-seed
Point custodian-sync systemd units at /home/worsch/state-hub and uv run; add infra/systemd templates and README interim guidance. Document T02 diagnosis (activity-core schedules fire; ops-bridge tunnel gaps cause State Hub connection refused). T04 crontab path fixed locally; T03/T05 remain open.
11 lines
223 B
SYSTEMD
11 lines
223 B
SYSTEMD
[Unit]
|
|
Description=State Hub consistency sync — periodic repo sync (every 15 min)
|
|
Requires=custodian-sync.service
|
|
|
|
[Timer]
|
|
OnBootSec=5min
|
|
OnUnitActiveSec=15min
|
|
Unit=custodian-sync.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target |