summaryrefslogtreecommitdiff
path: root/sysvinit/gentoo/cloud-init
diff options
context:
space:
mode:
authorNate House nathan.house@rackspace.com <>2014-01-24 15:57:35 -0600
committerNate House nathan.house@rackspace.com <>2014-01-24 15:57:35 -0600
commit2b416f666e26f37ad694d9cdefd0a80b77009848 (patch)
tree010fe330254f6934497df3ff44d1c55819db3d33 /sysvinit/gentoo/cloud-init
parent29780092f57931d7c22bfbf3af37dea00edc76c9 (diff)
downloadvyos-cloud-init-2b416f666e26f37ad694d9cdefd0a80b77009848.tar.gz
vyos-cloud-init-2b416f666e26f37ad694d9cdefd0a80b77009848.zip
Fixes gentoo sysvinit ordering
Diffstat (limited to 'sysvinit/gentoo/cloud-init')
-rw-r--r--sysvinit/gentoo/cloud-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvinit/gentoo/cloud-init b/sysvinit/gentoo/cloud-init
index 6f3ff8ed..9ab64ad8 100644
--- a/sysvinit/gentoo/cloud-init
+++ b/sysvinit/gentoo/cloud-init
@@ -2,7 +2,7 @@
# add depends for network, dns, fs etc
depend() {
after cloud-init-local
- before cloud-final
+ before cloud-config
provide cloud-init
}