summaryrefslogtreecommitdiff
path: root/upstart/cloud-run-user-script.conf
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-03-02 15:05:34 -0500
committerScott Moser <smoser@ubuntu.com>2010-03-02 15:05:34 -0500
commitc2b00684c225433a36898fb895af01608e1af3cc (patch)
tree2c5f9e4bac97618d6d140b1db14ff1c13bfe5d88 /upstart/cloud-run-user-script.conf
parent86ea121cedea00091add461219c902aa344fdc4f (diff)
downloadvyos-cloud-init-c2b00684c225433a36898fb895af01608e1af3cc.tar.gz
vyos-cloud-init-c2b00684c225433a36898fb895af01608e1af3cc.zip
update upstart/* files to be in sync with 0.5.7-0ubuntu4
Some changes were rushed in prior to lucid beta that didn't get pulled back into the upstream release. I'm pulling those in here.
Diffstat (limited to 'upstart/cloud-run-user-script.conf')
-rw-r--r--upstart/cloud-run-user-script.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/upstart/cloud-run-user-script.conf b/upstart/cloud-run-user-script.conf
index c089a0cc..886781b3 100644
--- a/upstart/cloud-run-user-script.conf
+++ b/upstart/cloud-run-user-script.conf
@@ -1,10 +1,8 @@
-# this runs user scripts found in user-data, that are
-# stored in /var/lib/cloud/scripts by the initial cloudinit upstart job
-
+# cloud-run-user-script - runs user scripts found in user-data, that are
+# stored in /var/lib/cloud/scripts by the initial cloudinit upstart job
description "execute cloud user scripts"
-start on (stopped cloud-init and stopped rc RUNLEVEL=[2345] and \
- stopped cloud-config-misc )
+start on (stopped rc RUNLEVEL=[2345] and stopped cloud-config-misc)
console output
task