Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > b3b0d5385d359d48d2ee3b7f6cb3a9f0 > files > 426

cloud-init-0.7.5-7.mga7.noarch.rpm

#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