Add FAQ 106 (startup at boot on Debian)

- mention reload as a faster alternative to restart

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2018-01-02 08:52:12 -08:00
parent 09980cc75e
commit 1479e955d4
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -2340,6 +2340,15 @@ gateway:~# </programlisting>
option 8 combines identical chains which can result in a smaller option 8 combines identical chains which can result in a smaller
ruleset, but it slows down the compilation of large rulesets.</para> ruleset, but it slows down the compilation of large rulesets.</para>
</listitem> </listitem>
<listitem>
<para>Rather than <command>restart</command>, use
<command>reload</command>. With the default setting of
RESTART=restart, <command>restart</command> performs
<command>stop</command> then <command>start</command>, while
<command>reload</command> avoids the <command>stop</command>
part.</para>
</listitem>
</orderedlist> </orderedlist>
</section> </section>
@ -2367,6 +2376,14 @@ gateway:~# </programlisting>
capabiities of your system. If you system doesn't support a command, it capabiities of your system. If you system doesn't support a command, it
will generally issue a kernel log message.</para> will generally issue a kernel log message.</para>
</section> </section>
<section>
<title id="faq106">(FAQ 106) Shorewall is not starting at boot on Debian
with systemd</title>
<para><emphasis role="bold">Answer:</emphasis> To enable start at boot,
run <command>systemctl enable shorewall.service</command></para>
</section>
</section> </section>
<section id="MultiISP"> <section id="MultiISP">