summaryrefslogtreecommitdiff
path: root/init.d/network.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-26 21:16:05 +0000
committerRoy Marples <roy@marples.name>2009-04-26 21:16:05 +0000
commiteaa32c75c9bba7af0ec842d82f56a6862bbc83db (patch)
tree74b4175dd95127d5819444807722e30dd3e5792d /init.d/network.in
parent2b866f264fa2ea9cda891018234414c4f4942eb8 (diff)
downloadopenrc-eaa32c75c9bba7af0ec842d82f56a6862bbc83db.tar.gz
openrc-eaa32c75c9bba7af0ec842d82f56a6862bbc83db.tar.bz2
openrc-eaa32c75c9bba7af0ec842d82f56a6862bbc83db.tar.xz
Add the nostop keyword so that we don't stop the network init script by default.
Diffstat (limited to 'init.d/network.in')
-rw-r--r--init.d/network.in2
1 files changed, 2 insertions, 0 deletions
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
}