From baf494858f0a9e8514d66cf3371dc6135b411c26 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 6 Jan 2010 15:44:05 -0500 Subject: add cloud-run-user-script upstart job to run rc.local style scripts --- upstart/cloud-run-user-script.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 upstart/cloud-run-user-script.conf diff --git a/upstart/cloud-run-user-script.conf b/upstart/cloud-run-user-script.conf new file mode 100644 index 00000000..5e0e3c25 --- /dev/null +++ b/upstart/cloud-run-user-script.conf @@ -0,0 +1,11 @@ +# this runs user scripts found in user-data, that are +# stored in /var/lib/cloud/scripts by the initial ec2init upstart job + +description "execute cloud user scripts" + +start on stopped rc RUNLEVEL=[2345] +console output +task + +exec cloud-init-run-module once_per_ami execute \ + run-parts "/var/lib/cloud/scripts" -- cgit v1.2.3