From e771ad9094f117dfa2c0dee41d553bd552a54e08 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 19 Feb 2010 02:20:35 -0500 Subject: force ru-user-script to wait on cloud-config-misc cloud-config-misc is adding a script to the directory where user-scripts go, so run-user-script has to wait on it. --- upstart/cloud-run-user-script.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/upstart/cloud-run-user-script.conf b/upstart/cloud-run-user-script.conf index d636c2fc..c089a0cc 100644 --- a/upstart/cloud-run-user-script.conf +++ b/upstart/cloud-run-user-script.conf @@ -3,7 +3,8 @@ description "execute cloud user scripts" -start on (stopped cloud-init and stopped rc RUNLEVEL=[2345]) +start on (stopped cloud-init and stopped rc RUNLEVEL=[2345] and \ + stopped cloud-config-misc ) console output task -- cgit v1.2.3