infra: wait for bootstrap before rebuild

- block user-data until bootstrap + repo seed complete
This commit is contained in:
Josh Palmer 2026-02-03 19:50:58 -08:00
parent 0445635ae6
commit 5e0ad83959

View File

@ -16,8 +16,8 @@ fi
systemctl stop clawdinator.service || true
systemctl daemon-reload
systemctl start clawdinator-bootstrap.service
systemctl start clawdinator-repo-seed.service
systemctl start --wait clawdinator-bootstrap.service
systemctl start --wait clawdinator-repo-seed.service
if [ ! -d /var/lib/clawd/repos/clawdinators ]; then
echo "clawdinator repo missing after bootstrap" >&2