diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-03-02 15:05:34 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-03-02 15:05:34 -0500 |
commit | c2b00684c225433a36898fb895af01608e1af3cc (patch) | |
tree | 2c5f9e4bac97618d6d140b1db14ff1c13bfe5d88 /upstart/cloud-run-user-script.conf | |
parent | 86ea121cedea00091add461219c902aa344fdc4f (diff) | |
download | vyos-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.conf | 8 |
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 |