From c2b00684c225433a36898fb895af01608e1af3cc Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 2 Mar 2010 15:05:34 -0500 Subject: update upstart/* files to be in sync with 0.5.7-0ubuntu4 Some changes were rushed in prior to lucid beta that didn't get pulled back into the upstream release. I'm pulling those in here. --- upstart/cloud-run-user-script.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (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 c089a0cc..886781b3 100644 --- a/upstart/cloud-run-user-script.conf +++ b/upstart/cloud-run-user-script.conf @@ -1,10 +1,8 @@ -# this runs user scripts found in user-data, that are -# stored in /var/lib/cloud/scripts by the initial cloudinit upstart job - +# cloud-run-user-script - runs user scripts found in user-data, that are +# stored in /var/lib/cloud/scripts by the initial cloudinit upstart job description "execute cloud user scripts" -start on (stopped cloud-init and stopped rc RUNLEVEL=[2345] and \ - stopped cloud-config-misc ) +start on (stopped rc RUNLEVEL=[2345] and stopped cloud-config-misc) console output task -- cgit v1.2.3