From fb0150dd71bf54bd46e30efab62dbb2f6eca2ba2 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 1 Aug 2011 14:32:59 -0400 Subject: avoid a race condition if there were multiple networking devices LP: #810044 --- upstart/cloud-init-nonet.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upstart') diff --git a/upstart/cloud-init-nonet.conf b/upstart/cloud-init-nonet.conf index 60f83a32..9a47b105 100644 --- a/upstart/cloud-init-nonet.conf +++ b/upstart/cloud-init-nonet.conf @@ -3,7 +3,7 @@ # * 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 start on mounted MOUNTPOINT=/ and stopped cloud-init-local -stop on net-device-up IFACE!=lo +stop on static-network-up task console output -- cgit v1.2.3