summaryrefslogtreecommitdiff
path: root/upstart/cloudinit.conf
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-02-04 12:57:11 -0500
committerScott Moser <smoser@ubuntu.com>2010-02-04 12:57:11 -0500
commit41cfaced3fb95062d00e68c42c16e927e7f9036e (patch)
tree6cdfe34710c321ed9b6a770922118b575be9c037 /upstart/cloudinit.conf
parenta84c4a7e0d68f51168d02097fdd013a34c897654 (diff)
downloadvyos-cloud-init-41cfaced3fb95062d00e68c42c16e927e7f9036e.tar.gz
vyos-cloud-init-41cfaced3fb95062d00e68c42c16e927e7f9036e.zip
rename cloudinit.conf to cloud-init.conf
Diffstat (limited to 'upstart/cloudinit.conf')
-rw-r--r--upstart/cloudinit.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/upstart/cloudinit.conf b/upstart/cloudinit.conf
deleted file mode 100644
index 56a3545a..00000000
--- a/upstart/cloudinit.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-#start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0)
-# the above start-on never occurs, blocking boot. [bug 504883]
-# instead, start much later in the boot process. sigh..
-start on (local-filesystems and net-device-up IFACE=eth0)
-
-task
-
-console output
-
-exec /usr/bin/cloud-init start