cloud-init/doc/examples/upstart-cloud-config.txt
2010-01-26 22:53:00 -05:00

13 lines
182 B
Plaintext

#upstart-job
description "My test job"
start on cloud-config
console output
task
script
echo "====BEGIN======="
echo "HELLO WORLD: $UPSTART_JOB"
echo "=====END========"
end script