1
2
3
4
5
6
7
8
9
10 | diff --git a/systemd/cloud-init.target b/systemd/cloud-init.target index a63babb..f6a8881 100644 --- a/systemd/cloud-init.target +++ b/systemd/cloud-init.target @@ -3,4 +3,5 @@ # a.) boot with kernel cmdline of 'cloudinit=disabled' # b.) touch a file /etc/cloud/cloud-init.disabled [Unit] +After=multi-user.target Description=Cloud-init target |