diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-02-04 02:42:25 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-02-04 02:42:25 -0500 |
commit | 4dfd08ed46c4ca6f40dac23d5105437c1f4ba03a (patch) | |
tree | 38e6f3de2cf4d05c1a0f2437a62b88ca3f05ea1a /upstart | |
parent | ef8789ded2636f35d554cb9d620d8057591ca39a (diff) | |
download | vyos-cloud-init-4dfd08ed46c4ca6f40dac23d5105437c1f4ba03a.tar.gz vyos-cloud-init-4dfd08ed46c4ca6f40dac23d5105437c1f4ba03a.zip |
more removal of 'ec2init' string, replacement with cloud-init
Diffstat (limited to 'upstart')
-rw-r--r-- | upstart/cloudinit.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upstart/cloudinit.conf b/upstart/cloudinit.conf index d0f802c0..56a3545a 100644 --- a/upstart/cloudinit.conf +++ b/upstart/cloudinit.conf @@ -7,4 +7,4 @@ task console output -exec /usr/bin/ec2-init start +exec /usr/bin/cloud-init start |