diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-09-21 10:26:23 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-09-21 10:26:23 -0400 |
commit | 93f41985489a31630949c92431dea01009a8e7e0 (patch) | |
tree | 85b2491c6339cfc5855a1e85d3a7947e95c9aacc /upstart | |
parent | a826e7b9197d0001fb4d615040cae3c84890575d (diff) | |
download | vyos-cloud-init-93f41985489a31630949c92431dea01009a8e7e0.tar.gz vyos-cloud-init-93f41985489a31630949c92431dea01009a8e7e0.zip |
cloud-init-nonet.conf: redirect 'start networking' output to /dev/null
Diffstat (limited to 'upstart')
-rw-r--r-- | upstart/cloud-init-nonet.conf | 2 |
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} |