diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/net.lo.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 68c88958..8f4ea9ba 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -18,12 +18,14 @@ depend() local IFACE=${RC_SVCNAME#*.} local IFVAR=$(shell_var "${IFACE}") + need localmount + after bootmisc provide net keyword -jail -prefix -vserver case "${IFACE}" in - lo|lo0) before mtab ; need root ;; - *) after bootmisc net.lo net.lo0 ; need localmount ;; + lo|lo0);; + *) after net.lo net.lo0;; esac if [ "$(command -v "depend_${IFVAR}")" = "depend_${IFVAR}" ]; then |