summaryrefslogtreecommitdiff
path: root/upstart/cloud-init-nonet.conf
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-09-01 11:53:23 -0400
committerScott Moser <smoser@ubuntu.com>2011-09-01 11:53:23 -0400
commiteba3c61ba5e40ced5545fd0fe58b3e6b04fb4fe4 (patch)
tree8d9aeb6dcee383b22bdf24339276ba04b1744557 /upstart/cloud-init-nonet.conf
parentfa5856659de5b81859d401be7321b76e4f5b7463 (diff)
downloadvyos-cloud-init-eba3c61ba5e40ced5545fd0fe58b3e6b04fb4fe4.tar.gz
vyos-cloud-init-eba3c61ba5e40ced5545fd0fe58b3e6b04fb4fe4.zip
upstart/cloud-init-nonet.conf: update comment/description
Diffstat (limited to 'upstart/cloud-init-nonet.conf')
-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