From aed1c1e9fda1e78d19305e90f554d0dcb5388cd7 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 3 Feb 2010 18:09:48 -0500 Subject: globally remove ec2init and rename to cloudinit --- upstart/cloud-run-user-script.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'upstart') diff --git a/upstart/cloud-run-user-script.conf b/upstart/cloud-run-user-script.conf index 272bc409..3e5089d5 100644 --- a/upstart/cloud-run-user-script.conf +++ b/upstart/cloud-run-user-script.conf @@ -1,9 +1,9 @@ # this runs user scripts found in user-data, that are -# stored in /var/lib/cloud/scripts by the initial ec2init upstart job +# stored in /var/lib/cloud/scripts by the initial cloudinit upstart job description "execute cloud user scripts" -start on (stopped ec2init and stopped rc RUNLEVEL=[2345]) +start on (stopped cloudinit and stopped rc RUNLEVEL=[2345]) console output task -- cgit v1.2.3