Skip to content

Commit

Permalink
Wait for eth0 interface before starting agent on firecracker VM (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: kt <[email protected]>
  • Loading branch information
kthomas and kthomas authored Jan 4, 2024
1 parent d1978d1 commit 7793a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fc-image/openrc-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ output_log="/home/nex/nex.log"
error_log="/home/nex/err.log"

depend() {
after net
}
after net.eth0
}

0 comments on commit 7793a64

Please sign in to comment.