Sophie

Sophie

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

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

#upstart-job
description "a test upstart job"

start on stopped rc RUNLEVEL=[2345]
console output
task

script
echo "====BEGIN======="
echo "HELLO RC.LOCAL LIKE WORLD: $UPSTART_JOB"
echo "=====END========"
end script