Ubuntu Pastebin

Paste from Robert Jennings at Wed, 10 Feb 2016 19:53:19 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/upstart/cloud-config.conf b/upstart/cloud-config.conf
index 2c3ef67..699c229 100644
--- a/upstart/cloud-config.conf
+++ b/upstart/cloud-config.conf
@@ -2,7 +2,7 @@
 description "Handle applying cloud-config"
 emits cloud-config
 
-start on (filesystem and started rsyslog)
+start on (filesystem and started rsyslog and stopped cloud-init)
 console output
 task
 
Download as text