From 9d83b3e70aa4f566e44b3909e753cf3c124d731d Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 17 Jun 2010 22:43:17 -0400 Subject: fix cloud-config.conf upstart job --- upstart/cloud-config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upstart') 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 -- cgit v1.2.3