forked from extern/shorewall_code
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:
parent
09980cc75e
commit
1479e955d4
17
docs/FAQ.xml
17
docs/FAQ.xml
@ -2340,6 +2340,15 @@ gateway:~# </programlisting>
|
||||
option 8 combines identical chains which can result in a smaller
|
||||
ruleset, but it slows down the compilation of large rulesets.</para>
|
||||
</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>
|
||||
</section>
|
||||
|
||||
@ -2367,6 +2376,14 @@ gateway:~# </programlisting>
|
||||
capabiities of your system. If you system doesn't support a command, it
|
||||
will generally issue a kernel log message.</para>
|
||||
</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 id="MultiISP">
|
||||
|
Loading…
Reference in New Issue
Block a user