diff options
author | Roy Marples <roy@marples.name> | 2009-04-27 13:33:37 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-27 13:33:37 +0000 |
commit | 3d43fb6f227729bb6837ffeea3d6e2e44b6486e2 (patch) | |
tree | 5acade010f75af46e0db44eefe18bb80eeb8519d /conf.d/network.in | |
parent | 824bb3aee3940c1b0b36effaf8a8434039fdc44b (diff) |
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/network.in')
-rw-r--r-- | conf.d/network.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/network.in b/conf.d/network.in index 2719fa87..dc0f80c0 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" |