diff options
author | Nate House nathan.house@rackspace.com <> | 2014-02-05 11:21:46 -0600 |
---|---|---|
committer | Nate House nathan.house@rackspace.com <> | 2014-02-05 11:21:46 -0600 |
commit | d57f684e62b00d3fc4f3b7f018a566d7804b7440 (patch) | |
tree | 310d290748d686f61718b79545d00f363eecb6e1 /sysvinit | |
parent | b541b4edf648e4ef0c5f66344459a0287ba36c60 (diff) | |
download | vyos-cloud-init-d57f684e62b00d3fc4f3b7f018a566d7804b7440.tar.gz vyos-cloud-init-d57f684e62b00d3fc4f3b7f018a566d7804b7440.zip |
Init script after consistency
Diffstat (limited to 'sysvinit')
-rw-r--r-- | sysvinit/gentoo/cloud-init-local | 3 |
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 } |