1.1.9
by Scott Moser
Import upstream version 0.5.14
|
1
|
# cloud-init - the initial cloud-init job
|
2
|
# crawls metadata service, emits cloud-config
|
3
|
start on mounted MOUNTPOINT=/
|
4
|
|
5
|
task
|
6
|
|
7
|
console output
|
8
|
|
223.2.4
by Scott Moser
* New upstream snapshot.
|
9
|
exec /usr/bin/cloud-init init --local
|