From 1479e955d47d57a4c2919d9758c6a7e63c5a5ca7 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 2 Jan 2018 08:52:12 -0800 Subject: [PATCH] Add FAQ 106 (startup at boot on Debian) - mention reload as a faster alternative to restart Signed-off-by: Tom Eastep --- docs/FAQ.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/FAQ.xml b/docs/FAQ.xml index 3399b4ed5..27df3840d 100644 --- a/docs/FAQ.xml +++ b/docs/FAQ.xml @@ -2340,6 +2340,15 @@ gateway:~# option 8 combines identical chains which can result in a smaller ruleset, but it slows down the compilation of large rulesets. + + + Rather than restart, use + reload. With the default setting of + RESTART=restart, restart performs + stop then start, while + reload avoids the stop + part. + @@ -2367,6 +2376,14 @@ gateway:~# capabiities of your system. If you system doesn't support a command, it will generally issue a kernel log message. + +
+ (FAQ 106) Shorewall is not starting at boot on Debian + with systemd + + Answer: To enable start at boot, + run systemctl enable shorewall.service +