summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-09-21 10:26:23 -0400
committerScott Moser <smoser@ubuntu.com>2011-09-21 10:26:23 -0400
commit93f41985489a31630949c92431dea01009a8e7e0 (patch)
tree85b2491c6339cfc5855a1e85d3a7947e95c9aacc
parenta826e7b9197d0001fb4d615040cae3c84890575d (diff)
downloadvyos-cloud-init-93f41985489a31630949c92431dea01009a8e7e0.tar.gz
vyos-cloud-init-93f41985489a31630949c92431dea01009a8e7e0.zip
cloud-init-nonet.conf: redirect 'start networking' output to /dev/null
-rw-r--r--upstart/cloud-init-nonet.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/upstart/cloud-init-nonet.conf b/upstart/cloud-init-nonet.conf
index 70c7dfea..d64bea33 100644
--- a/upstart/cloud-init-nonet.conf
+++ b/upstart/cloud-init-nonet.conf
@@ -18,7 +18,7 @@ script
[ -f /var/lib/cloud/instance/obj.pkl ] && exit 0
- start networking
+ start networking >/dev/null
short=10; long=60;
sleep ${short}