summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--upstart/cloud-init-nonet.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/upstart/cloud-init-nonet.conf b/upstart/cloud-init-nonet.conf
index a39daf35..01916354 100644
--- a/upstart/cloud-init-nonet.conf
+++ b/upstart/cloud-init-nonet.conf
@@ -1,7 +1,8 @@
# cloud-init-no-net
# the purpose of this job is
-# * to block running of cloud-init until a non 'lo' interface is up
-# * timeout if one doens't come up in a reasonable amount of time
+# * to block running of cloud-init until all network interfaces
+# configured in /etc/network/interfaces are up
+# * timeout if they all do not come up in a reasonable amount of time
start on mounted MOUNTPOINT=/ and stopped cloud-init-local
stop on static-network-up
task