diff options
Diffstat (limited to 'systemd/cloud-config.target')
-rw-r--r-- | systemd/cloud-config.target | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/systemd/cloud-config.target b/systemd/cloud-config.target index 28f5bcf1..ae9b7d02 100644 --- a/systemd/cloud-config.target +++ b/systemd/cloud-config.target @@ -7,4 +7,5 @@ [Unit] Description=Cloud-config availability -Requires=cloud-init-local.service cloud-init.service +Wants=cloud-init-local.service cloud-init.service +After=cloud-init-local.service cloud-init.service |