summaryrefslogtreecommitdiff
path: root/sysvinit
diff options
context:
space:
mode:
Diffstat (limited to 'sysvinit')
-rw-r--r--sysvinit/gentoo/cloud-init-local3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysvinit/gentoo/cloud-init-local b/sysvinit/gentoo/cloud-init-local
index fef2cbb9..9d47263e 100644
--- a/sysvinit/gentoo/cloud-init-local
+++ b/sysvinit/gentoo/cloud-init-local
@@ -1,7 +1,8 @@
#!/sbin/runscript
depend() {
- after localmount netmount
+ after localmount
+ after netmount
before cloud-init
provide cloud-init-local
}