summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-27 12:04:33 +0000
committerRoy Marples <roy@marples.name>2009-04-27 12:04:33 +0000
commit94b3057571eed817e8aa0dd1b016ec7988328132 (patch)
tree2773a18f49f4ce68f7dd08403fd5d74509ee7f14 /init.d
parent338c93733d238f78cbad4b9d96f8592edf86af13 (diff)
downloadopenrc-94b3057571eed817e8aa0dd1b016ec7988328132.tar.gz
openrc-94b3057571eed817e8aa0dd1b016ec7988328132.tar.bz2
openrc-94b3057571eed817e8aa0dd1b016ec7988328132.tar.xz
Add the noshutdown keyword to special case the shutdown.
Diffstat (limited to 'init.d')
-rw-r--r--init.d/network.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/network.in b/init.d/network.in
index 379b9a3..fb9668c 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
}