diff options
Diffstat (limited to 'init.d/network.in')
-rw-r--r-- | init.d/network.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/network.in b/init.d/network.in index 379b9a39..fb9668cf 100644 --- a/init.d/network.in +++ b/init.d/network.in @@ -13,8 +13,8 @@ depend() need localmount after bootmisc provide net - # We don't want to stop network unless we really have to - keyword nostop + # We don't want to stop the network at shutdown + keyword noshutdown keyword nojail noprefix novserver } |