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:
parent
ba9a454c03
commit
1c8027e0e2
@ -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
|
||||
|
@ -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
|
||||
|
@ -6,4 +6,4 @@ task
|
||||
|
||||
console output
|
||||
|
||||
exec /usr/bin/cloud-init start-local
|
||||
exec /usr/bin/cloud-init init --local
|
||||
|
@ -6,4 +6,4 @@ task
|
||||
|
||||
console output
|
||||
|
||||
exec /usr/bin/cloud-init start
|
||||
exec /usr/bin/cloud-init init
|
||||
|
Loading…
Reference in New Issue
Block a user