Init script after consistency

This commit is contained in:
Nate House nathan.house@rackspace.com 2014-02-05 11:21:46 -06:00
parent 39f82949cb
commit 4ccdffed28

@ -1,7 +1,8 @@
#!/sbin/runscript
depend() {
after localmount netmount
after localmount
after netmount
before cloud-init
provide cloud-init-local
}