Ubuntu Pastebin

Paste from smoser at Thu, 15 Sep 2016 12:37:25 +0000

Download as text
 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
Download as text