diff options
-rw-r--r-- | init.d/network.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/init.d/network.in b/init.d/network.in index f0403b4f..65c199c1 100644 --- a/init.d/network.in +++ b/init.d/network.in @@ -12,7 +12,10 @@ depend() { need localmount after bootmisc - provide net + provide lo + if [ -n "$(interfaces)" ]; then + provide net + fi keyword -jail -prefix -vserver } |