diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-02-17 08:56:29 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-02-17 08:56:29 -0500 |
commit | 878ba5bef0c16ac61f56869c3bf23d3e491b431c (patch) | |
tree | 908136e9bb502328dcd26e99b0b35a935b168556 /upstart | |
parent | c623b9378213bd2162f7f2f7dee11abfdae48958 (diff) | |
download | vyos-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.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 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 |