From 44e69ea67e75241dce3230f755c13ab602a5ea9b Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 7 Jan 2010 09:57:30 -0500 Subject: get usage of cloud-init-run-module correct --- upstart/cloud-run-user-script.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstart/cloud-run-user-script.conf b/upstart/cloud-run-user-script.conf index 5e0e3c25..49edbea4 100644 --- a/upstart/cloud-run-user-script.conf +++ b/upstart/cloud-run-user-script.conf @@ -7,5 +7,5 @@ start on stopped rc RUNLEVEL=[2345] console output task -exec cloud-init-run-module once_per_ami execute \ +exec cloud-init-run-module once_per_ami user-scripts execute \ run-parts "/var/lib/cloud/scripts" -- cgit v1.2.3