diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-07-27 10:22:38 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-07-27 10:22:38 -0400 |
commit | 659bb077d147ab8cd8fbf6b2825bcd4051b304a9 (patch) | |
tree | 991912b7b46b3795d5b23e3b62ce07553f6b6a49 /upstart/cloud-config.conf | |
parent | a7dd3984322c42feaf77baf677d7acda9945415a (diff) | |
download | vyos-cloud-init-659bb077d147ab8cd8fbf6b2825bcd4051b304a9.tar.gz vyos-cloud-init-659bb077d147ab8cd8fbf6b2825bcd4051b304a9.zip |
mention that upstart job cloud-config emits cloud-config
Diffstat (limited to 'upstart/cloud-config.conf')
-rw-r--r-- | upstart/cloud-config.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upstart/cloud-config.conf b/upstart/cloud-config.conf index 3ac113f3..2c3ef67b 100644 --- a/upstart/cloud-config.conf +++ b/upstart/cloud-config.conf @@ -1,5 +1,6 @@ # cloud-config - Handle applying the settings specified in cloud-config description "Handle applying cloud-config" +emits cloud-config start on (filesystem and started rsyslog) console output |