From 41cfaced3fb95062d00e68c42c16e927e7f9036e Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 4 Feb 2010 12:57:11 -0500 Subject: rename cloudinit.conf to cloud-init.conf --- upstart/cloud-init.conf | 10 ++++++++++ upstart/cloudinit.conf | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 upstart/cloud-init.conf delete mode 100644 upstart/cloudinit.conf diff --git a/upstart/cloud-init.conf b/upstart/cloud-init.conf new file mode 100644 index 00000000..56a3545a --- /dev/null +++ b/upstart/cloud-init.conf @@ -0,0 +1,10 @@ +#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 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 -- cgit v1.2.3