summaryrefslogtreecommitdiff
path: root/upstart
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-02-17 08:56:29 -0500
committerScott Moser <smoser@ubuntu.com>2010-02-17 08:56:29 -0500
commit878ba5bef0c16ac61f56869c3bf23d3e491b431c (patch)
tree908136e9bb502328dcd26e99b0b35a935b168556 /upstart
parentc623b9378213bd2162f7f2f7dee11abfdae48958 (diff)
downloadvyos-cloud-init-878ba5bef0c16ac61f56869c3bf23d3e491b431c.tar.gz
vyos-cloud-init-878ba5bef0c16ac61f56869c3bf23d3e491b431c.zip
fix broken user-data scripts
cloud-run-user-script was never running because it depended on 'stopped cloudinit', rather than 'stopped cloud-init'.
Diffstat (limited to 'upstart')
-rw-r--r--upstart/cloud-run-user-script.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/upstart/cloud-run-user-script.conf b/upstart/cloud-run-user-script.conf
index 3e5089d5..d636c2fc 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 cloudinit and stopped rc RUNLEVEL=[2345])
+start on (stopped cloud-init and stopped rc RUNLEVEL=[2345])
console output
task