fix(units): Relax ordering requirements for now.
The current cloudinit implementation blocks when starting units which causes it to deadlock the boot process if a system cloud config starts a user cloud config because the user configs want to run after system is done. Until cloudinit switches to non-blocking calls user configs will go back to just depending on coreos-setup-environment.service.
This commit is contained in:
parent
10d73930d9
commit
78d8be8427
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Load cloud-config from %f
|
Description=Load cloud-config from %f
|
||||||
Requires=system-config.target
|
Requires=coreos-setup-environment.service
|
||||||
After=system-config.target
|
After=coreos-setup-environment.service
|
||||||
Before=user-config.target
|
Before=user-config.target
|
||||||
ConditionFileNotEmpty=%f
|
ConditionFileNotEmpty=%f
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user