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