summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-27 13:33:37 +0000
committerRoy Marples <roy@marples.name>2009-04-27 13:33:37 +0000
commit3d43fb6f227729bb6837ffeea3d6e2e44b6486e2 (patch)
tree5acade010f75af46e0db44eefe18bb80eeb8519d /conf.d
parent824bb3aee3940c1b0b36effaf8a8434039fdc44b (diff)
downloadopenrc-3d43fb6f227729bb6837ffeea3d6e2e44b6486e2.tar.gz
openrc-3d43fb6f227729bb6837ffeea3d6e2e44b6486e2.tar.bz2
openrc-3d43fb6f227729bb6837ffeea3d6e2e44b6486e2.tar.xz
Although the noshutdown keyword is nice, we shouldn't use it for network or dhcpcd. Instead fake network shutdown so it comes back up correctly at boot and KILL dhcpcd to preserve network.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/network.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/network.in b/conf.d/network.in
index 2719fa8..dc0f80c 100644
--- a/conf.d/network.in
+++ b/conf.d/network.in
@@ -6,6 +6,8 @@
# You also have ifup_eth0 and ifdown_eth0 to run other commands when
# eth0 is started and stopped.
+# You should note that we don't stop the network at system shutdown by default.
+# If you really need this, then set shutdown_network=YES
# You can assign a default route
#defaultroute="192.168.0.1"