diff options
-rw-r--r-- | upstart/cloud-run-user-script.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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" |