Current Path :
/
usr
/
share
/
doc
/
cloud-init
/
examples
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//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