From 969cbd1b5daa98a6e4d0d87750bde348fcf267e6 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 11 Jan 2010 23:29:18 -0500 Subject: refactor the config class and jobs to run through cloud-init-cfg At this point, the following should be functional: cloud-init-cfg apt-update-upgrade --- upstart/cloud-run-user-script.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upstart/cloud-run-user-script.conf') diff --git a/upstart/cloud-run-user-script.conf b/upstart/cloud-run-user-script.conf index cf76fe32..272bc409 100644 --- a/upstart/cloud-run-user-script.conf +++ b/upstart/cloud-run-user-script.conf @@ -3,7 +3,7 @@ description "execute cloud user scripts" -start on (stopped rc RUNLEVEL=[2345] and cloud-config) +start on (stopped ec2init and stopped rc RUNLEVEL=[2345]) console output task -- cgit v1.2.3