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