Path : /usr/share/doc/cloud-init/examples/ |
Current File : //usr/share/doc/cloud-init/examples/upstart-cloud-config.txt |
#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