fix(coreos-container-image.bbclass): make sure that the container comes up after lifecycle.service (BIL race condition issue)

This commit is contained in:
Can Ercandogu 2023-11-13 08:43:57 +01:00
parent 0001e685fa
commit 6911501a37
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ do_install() {
cat >${D}${systemd_unitdir}/system/${GENERATED_SYSTEMD_SERVICE_NAME}.service <<EOF
[Unit]
Description=Run ${image} with Podman
After=lifecycle.service
[Service]
Restart=on-failure