diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-25 02:26:22 +0000 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-25 02:26:22 +0000 |
commit | 10d4048677a90ab66ab4a314f311163b6e6d9cf1 (patch) | |
tree | 4e79feafb2db1b1ad3d57d5c55015104428a27f2 /upstart/cloud-config.conf | |
parent | f525772c0d95057323531289418445cd7d625bb0 (diff) | |
download | vyos-cloud-init-10d4048677a90ab66ab4a314f311163b6e6d9cf1.tar.gz vyos-cloud-init-10d4048677a90ab66ab4a314f311163b6e6d9cf1.zip |
add support for redirecting output of cloud-init, cloud-config and cloud-final
Diffstat (limited to 'upstart/cloud-config.conf')
-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 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 |