blob: 6649a99d0f0015f061798184765a7a0dd9bc9314 (
plain)
1
2
3
4
5
6
7
8
|
# cloud-config - Handle applying the settings specified in cloud-config
description "Handle applying cloud-config"
start on (filesystem and started rsyslog)
console output
task
exec cloud-init-cfg all
|