diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-07-16 12:50:14 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-07-16 12:50:14 -0400 |
commit | 5c4e4587095a8c161aeb38f98f4e9bcd0652199c (patch) | |
tree | fa9760479afa39a620279638abf939ac783fbfaa /upstart | |
parent | ed3f86d5e459b9a76f73630e8072578cfe9d8fc3 (diff) | |
download | vyos-cloud-init-5c4e4587095a8c161aeb38f98f4e9bcd0652199c.tar.gz vyos-cloud-init-5c4e4587095a8c161aeb38f98f4e9bcd0652199c.zip |
make cloud-config an upstart task
Diffstat (limited to 'upstart')
-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 7c4d3370..6649a99d 100644 --- a/upstart/cloud-config.conf +++ b/upstart/cloud-config.conf @@ -3,5 +3,6 @@ description "Handle applying cloud-config" start on (filesystem and started rsyslog) console output +task exec cloud-init-cfg all |