Skip to content

Commit

Permalink
fix: switch from double restart to require+restart
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed Aug 10, 2023
1 parent a317798 commit e36f90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ provision:
mkdir -p ~/.local/share/cni
sudo mount --bind /mnt/lima-finch/cni ~/.local/share/cni
# Make sure buildkit is restarted with containerd, so it uses the correct UUID
sudo systemctl add-requires buildkit.service containerd.service
sudo systemctl restart containerd.service
# Restart buildkit to ensure it's using the correct containerd UUID
sudo systemctl restart buildkit.service
# Probe scripts to check readiness.
# 🟢 Builtin default: null
Expand Down

0 comments on commit e36f90b

Please sign in to comment.