infra: wait for bootstrap before rebuild
- block user-data until bootstrap + repo seed complete
This commit is contained in:
parent
0445635ae6
commit
5e0ad83959
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user