blob: 713b36d97d35c1dd2bc467ded097e4e57c115c9b (
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 mounted MOUNTPOINT=/run
task
console output
exec /usr/bin/cloud-init init --local
|