Skip to content

Commit

Permalink
change upstart jobs to use single 'cloud-init' binary
Browse files Browse the repository at this point in the history
This just updates upstart jobs to the new single binary approach.
  • Loading branch information
smoser committed Jun 28, 2012
1 parent c8c8c09 commit 0b79a18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion upstart/cloud-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion upstart/cloud-final.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion upstart/cloud-init-local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ task

console output

exec /usr/bin/cloud-init start-local
exec /usr/bin/cloud-init init --local
2 changes: 1 addition & 1 deletion upstart/cloud-init.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ task

console output

exec /usr/bin/cloud-init start
exec /usr/bin/cloud-init init

0 comments on commit 0b79a18

Please sign in to comment.