From 3f7bb3e1fbc7b466c98c884bea81a4c608672333 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 3 Feb 2010 19:45:21 -0500 Subject: rename ec2-init to cloudinit --- upstart/cloudinit.conf | 10 ++++++++++ upstart/ec2init.conf | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 upstart/cloudinit.conf delete mode 100644 upstart/ec2init.conf (limited to 'upstart') diff --git a/upstart/cloudinit.conf b/upstart/cloudinit.conf new file mode 100644 index 00000000..d0f802c0 --- /dev/null +++ b/upstart/cloudinit.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/ec2-init start diff --git a/upstart/ec2init.conf b/upstart/ec2init.conf deleted file mode 100644 index d0f802c0..00000000 --- a/upstart/ec2init.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/ec2-init start -- cgit v1.2.3