diff options
author | Nate House nathan.house@rackspace.com <> | 2014-01-24 15:57:35 -0600 |
---|---|---|
committer | Nate House nathan.house@rackspace.com <> | 2014-01-24 15:57:35 -0600 |
commit | 2b416f666e26f37ad694d9cdefd0a80b77009848 (patch) | |
tree | 010fe330254f6934497df3ff44d1c55819db3d33 /sysvinit/gentoo/cloud-config | |
parent | 29780092f57931d7c22bfbf3af37dea00edc76c9 (diff) | |
download | vyos-cloud-init-2b416f666e26f37ad694d9cdefd0a80b77009848.tar.gz vyos-cloud-init-2b416f666e26f37ad694d9cdefd0a80b77009848.zip |
Fixes gentoo sysvinit ordering
Diffstat (limited to 'sysvinit/gentoo/cloud-config')
-rw-r--r-- | sysvinit/gentoo/cloud-config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysvinit/gentoo/cloud-config b/sysvinit/gentoo/cloud-config index affd0cb3..b0fa786d 100644 --- a/sysvinit/gentoo/cloud-config +++ b/sysvinit/gentoo/cloud-config @@ -1,9 +1,8 @@ #!/sbin/runscript depend() { - after net # remove after nova-agent fix - before cloud-init-local - before cloud-init + after cloud-init-local + after cloud-init before cloud-final provide cloud-config } |