diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/net.example.BSD.in | 3 | ||||
-rw-r--r-- | doc/net.example.Linux.in | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in index fb25215e..38b6dbf9 100644 --- a/doc/net.example.BSD.in +++ b/doc/net.example.BSD.in @@ -440,3 +440,6 @@ # # This function is mostly here for completeness... I haven't # # thought of anything nifty to do with it yet ;-) #} + +# 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 diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index f050c2af..ed3b80bc 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -1242,3 +1242,6 @@ # # This function is mostly here for completeness... I haven't # # thought of anything nifty to do with it yet ;-) #} + +# 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 |