From cee575a5a211971e173a18553dd82298d35d45bc Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 5 May 2006 01:10:52 +0000 Subject: [PATCH] Use fast start by default on Debian git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3860 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/default.debian | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Shorewall/default.debian b/Shorewall/default.debian index ca4ec8e3d..f66f56dee 100644 --- a/Shorewall/default.debian +++ b/Shorewall/default.debian @@ -15,4 +15,12 @@ startup=0 # or, if you have defined in /etc/shorewall/params # wait_interface= +# +# Startup options -- if you specify '-f' then Shorewall will use the last saved +# configuration if any; this is much faster than parsing the +# configuration files. +# + +OPTIONS="-f" + # EOF