diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-06-17 22:43:17 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-06-17 22:43:17 -0400 |
commit | 9d83b3e70aa4f566e44b3909e753cf3c124d731d (patch) | |
tree | 831f4fb8921e5debf8556f9af6a0ed98d05e4d97 /upstart | |
parent | 22184b7ca3f78808d8025bab5981ed92f8ad99f5 (diff) | |
download | vyos-cloud-init-9d83b3e70aa4f566e44b3909e753cf3c124d731d.tar.gz vyos-cloud-init-9d83b3e70aa4f566e44b3909e753cf3c124d731d.zip |
fix cloud-config.conf upstart job
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 |