fix(coreos-container-image.bbclass): make sure that the container comes up after lifecycle.service (BIL race condition issue)
This commit is contained in:
parent
0001e685fa
commit
6911501a37
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue