From 3d43fb6f227729bb6837ffeea3d6e2e44b6486e2 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 27 Apr 2009 13:33:37 +0000 Subject: 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. --- conf.d/network.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf.d') 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" -- cgit v1.2.3