blob: b9be598186341dd9f70791b698f076cee491fe05 (
plain)
1
2
3
4
5
6
7
8
9
|
# cloud-init - the initial cloud-init job
# crawls metadata service, emits cloud-config
start on mounted MOUNTPOINT=/ and stopped cloud-init-nonet
task
console output
exec /usr/bin/cloud-init start
|