summaryrefslogtreecommitdiff
path: root/upstart
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-01-24 21:28:36 -0500
committerScott Moser <smoser@ubuntu.com>2011-01-24 21:28:36 -0500
commit2b94f4428f669defbebf0be720d83452c553e8d6 (patch)
tree4e79feafb2db1b1ad3d57d5c55015104428a27f2 /upstart
parent0ef850f81aa3f652ecf1e869ad0de622695782d8 (diff)
parent10d4048677a90ab66ab4a314f311163b6e6d9cf1 (diff)
downloadvyos-cloud-init-2b94f4428f669defbebf0be720d83452c553e8d6.tar.gz
vyos-cloud-init-2b94f4428f669defbebf0be720d83452c553e8d6.zip
add support for redirecting output of cloud-init, cloud-config and cloud-final
minor change to timestamps to all use gmtime()
Diffstat (limited to 'upstart')
-rw-r--r--upstart/cloud-config.conf2
-rw-r--r--upstart/cloud-final.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/upstart/cloud-config.conf b/upstart/cloud-config.conf
index 5c6fed82..5edc58b9 100644
--- a/upstart/cloud-config.conf
+++ b/upstart/cloud-config.conf
@@ -5,4 +5,4 @@ start on (filesystem and started rsyslog)
console output
task
-exec cloud-init-cfg all cloud_config
+exec cloud-init-cfg all config
diff --git a/upstart/cloud-final.conf b/upstart/cloud-final.conf
index 1127647a..a04105a1 100644
--- a/upstart/cloud-final.conf
+++ b/upstart/cloud-final.conf
@@ -7,4 +7,4 @@ start on (stopped rc RUNLEVEL=[2345] and stopped cloud-config)
console output
task
-exec cloud-init-cfg all cloud_final
+exec cloud-init-cfg all final