summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/network.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.d/network.in b/init.d/network.in
index f0403b4..65c199c 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
}