diff options
author | Scott Moser <smoser@nelson> | 2010-01-07 09:57:30 -0500 |
---|---|---|
committer | Scott Moser <smoser@nelson> | 2010-01-07 09:57:30 -0500 |
commit | 44e69ea67e75241dce3230f755c13ab602a5ea9b (patch) | |
tree | 180a4436f21036f3585532bef1e8c0335f0366ec /upstart | |
parent | ec712e77bccbb9a9965ce7876c919e263ddc8753 (diff) | |
download | vyos-cloud-init-44e69ea67e75241dce3230f755c13ab602a5ea9b.tar.gz vyos-cloud-init-44e69ea67e75241dce3230f755c13ab602a5ea9b.zip |
get usage of cloud-init-run-module correct
Diffstat (limited to 'upstart')
-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 5e0e3c25..49edbea4 100644 --- a/upstart/cloud-run-user-script.conf +++ b/upstart/cloud-run-user-script.conf @@ -7,5 +7,5 @@ start on stopped rc RUNLEVEL=[2345] console output task -exec cloud-init-run-module once_per_ami execute \ +exec cloud-init-run-module once_per_ami user-scripts execute \ run-parts "/var/lib/cloud/scripts" |