~ubuntu-branches/ubuntu/lucid/cloud-init/lucid

« back to all changes in this revision

Viewing changes to upstart/cloud-config-ssh.conf

  • Committer: Bazaar Package Importer
  • Author(s): Scott Moser
  • Date: 2010-02-19 18:27:45 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100219182745-rmkaspath2j9hzjc
Tags: 0.5.7-0ubuntu1
* New upstream release.
* run cloud-init early in boot process (LP: #504883, #524516)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# ec2-preconf-ssh-keys
2
 
#
3
 
# Download preconfigured ssh-keys for EC2.
4
 
 
 
1
# cloud-config-ssh - obtain ssh keys from metadata service
5
2
description "Download preconfigured ssh keys"
6
3
 
7
 
start on (cloud-config and local-filesystems)
 
4
start on filesystem
8
5
console output
9
6
task
10
7