cloud-init/upstart/cloud-final.conf
Scott Moser 1c8027e0e2 change upstart jobs to use single 'cloud-init' binary
This just updates upstart jobs to the new single binary approach.
2012-06-28 16:46:11 -04:00

11 lines
297 B
Plaintext

# cloud-final.conf - run "final" jobs
# this runs around traditional "rc.local" time.
# and after all cloud-config jobs are run
description "execute cloud user/final scripts"
start on (stopped rc RUNLEVEL=[2345] and stopped cloud-config)
console output
task
exec cloud-init modules --mode=final