From eaa32c75c9bba7af0ec842d82f56a6862bbc83db Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 26 Apr 2009 21:16:05 +0000 Subject: Add the nostop keyword so that we don't stop the network init script by default. --- init.d/network.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.d') diff --git a/init.d/network.in b/init.d/network.in index fbfd3b2..0c1e361 100644 --- a/init.d/network.in +++ b/init.d/network.in @@ -13,6 +13,8 @@ depend() need localmount after bootmisc provide net + # We don't want to stop network unless we really have to + keyword nostop keyword nojail noprefix novserver } -- cgit v1.2.3