diff options
author | Roy Marples <roy@marples.name> | 2009-04-26 21:16:05 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-26 21:16:05 +0000 |
commit | eaa32c75c9bba7af0ec842d82f56a6862bbc83db (patch) | |
tree | 74b4175dd95127d5819444807722e30dd3e5792d /init.d | |
parent | 2b866f264fa2ea9cda891018234414c4f4942eb8 (diff) |
Add the nostop keyword so that we don't stop the network init script by default.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/network.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d/network.in b/init.d/network.in index fbfd3b22..0c1e3616 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 } |