blob: 3ac113f33d97144d6159880da351219dbdfe9b14 (
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 modules --mode=config
|