diff options
Diffstat (limited to 'upstart/cat-cloud-config.conf')
-rw-r--r-- | upstart/cat-cloud-config.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/upstart/cat-cloud-config.conf b/upstart/cat-cloud-config.conf new file mode 100644 index 00000000..3f053896 --- /dev/null +++ b/upstart/cat-cloud-config.conf @@ -0,0 +1,7 @@ +description "Cat the Config" + +start on cloud-config +console output +task + +exec cloud-init-run-module once_per_ami catconfig execute cat $CLOUD_CFG |