diff options
Diffstat (limited to 'upstart/cloud-config.conf')
-rw-r--r-- | upstart/cloud-config.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/upstart/cloud-config.conf b/upstart/cloud-config.conf new file mode 100644 index 00000000..12caaaa7 --- /dev/null +++ b/upstart/cloud-config.conf @@ -0,0 +1,7 @@ +# cloud-config - Handle applying the settings specified in cloud-config +description "Handle applying cloud-config" + +start on filesystem and started syslogd +console output + +exec cloud-init-cfg all |