diff options
author | Scott Moser <smoser@nelson> | 2010-01-11 23:29:18 -0500 |
---|---|---|
committer | Scott Moser <smoser@nelson> | 2010-01-11 23:29:18 -0500 |
commit | 969cbd1b5daa98a6e4d0d87750bde348fcf267e6 (patch) | |
tree | 62e3678a5c6dfea631726acb112fc9c924a4095b /upstart/cloud-run-user-script.conf | |
parent | d29998f111bf02e66d600b0aefbb12fc2517d5d6 (diff) | |
download | vyos-cloud-init-969cbd1b5daa98a6e4d0d87750bde348fcf267e6.tar.gz vyos-cloud-init-969cbd1b5daa98a6e4d0d87750bde348fcf267e6.zip |
refactor the config class and jobs to run through cloud-init-cfg
At this point, the following should be functional:
cloud-init-cfg apt-update-upgrade
Diffstat (limited to 'upstart/cloud-run-user-script.conf')
-rw-r--r-- | upstart/cloud-run-user-script.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upstart/cloud-run-user-script.conf b/upstart/cloud-run-user-script.conf index cf76fe32..272bc409 100644 --- a/upstart/cloud-run-user-script.conf +++ b/upstart/cloud-run-user-script.conf @@ -3,7 +3,7 @@ description "execute cloud user scripts" -start on (stopped rc RUNLEVEL=[2345] and cloud-config) +start on (stopped ec2init and stopped rc RUNLEVEL=[2345]) console output task |