change upstart jobs to use single 'cloud-init' binary

This just updates upstart jobs to the new single binary approach.
This commit is contained in:
Scott Moser 2012-06-28 16:46:11 -04:00
parent ba9a454c03
commit 1c8027e0e2
4 changed files with 4 additions and 4 deletions

View File

@ -5,4 +5,4 @@ start on (filesystem and started rsyslog)
console output
task
exec cloud-init-cfg all config
exec cloud-init modules --mode=config

View File

@ -7,4 +7,4 @@ start on (stopped rc RUNLEVEL=[2345] and stopped cloud-config)
console output
task
exec cloud-init-cfg all final
exec cloud-init modules --mode=final

View File

@ -6,4 +6,4 @@ task
console output
exec /usr/bin/cloud-init start-local
exec /usr/bin/cloud-init init --local

View File

@ -6,4 +6,4 @@ task
console output
exec /usr/bin/cloud-init start
exec /usr/bin/cloud-init init