diff options
Diffstat (limited to 'sysvinit/gentoo/cloud-init')
-rw-r--r-- | sysvinit/gentoo/cloud-init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysvinit/gentoo/cloud-init b/sysvinit/gentoo/cloud-init index 5afc0f2e..531a715d 100644 --- a/sysvinit/gentoo/cloud-init +++ b/sysvinit/gentoo/cloud-init @@ -2,6 +2,7 @@ # add depends for network, dns, fs etc depend() { after cloud-init-local + after net before cloud-config provide cloud-init } |