diff options
author | Roy Marples <roy@marples.name> | 2009-04-27 12:04:33 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-27 12:04:33 +0000 |
commit | 94b3057571eed817e8aa0dd1b016ec7988328132 (patch) | |
tree | 2773a18f49f4ce68f7dd08403fd5d74509ee7f14 /init.d | |
parent | 338c93733d238f78cbad4b9d96f8592edf86af13 (diff) |
Add the noshutdown keyword to special case the shutdown.
Diffstat (limited to 'init.d')
-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 } |