diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-06-28 16:46:11 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-06-28 16:46:11 -0400 |
commit | 0b79a18679e03b300a8a607f28f8fd1c9acbf39e (patch) | |
tree | 15481a69a0b8a073f72293405842d6548bf7e111 /upstart/cloud-config.conf | |
parent | c8c8c09890a21540bf3c9c0212e6e2c01aecc4db (diff) | |
download | vyos-cloud-init-0b79a18679e03b300a8a607f28f8fd1c9acbf39e.tar.gz vyos-cloud-init-0b79a18679e03b300a8a607f28f8fd1c9acbf39e.zip |
change upstart jobs to use single 'cloud-init' binary
This just updates upstart jobs to the new single binary approach.
Diffstat (limited to 'upstart/cloud-config.conf')
-rw-r--r-- | upstart/cloud-config.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upstart/cloud-config.conf b/upstart/cloud-config.conf index 5edc58b9..3ac113f3 100644 --- a/upstart/cloud-config.conf +++ b/upstart/cloud-config.conf @@ -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 |