mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
bug #1819: Document --no-kill option in bind10 manpage
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
<cmdsynopsis>
|
||||
<command>bind10</command>
|
||||
<arg><option>-c <replaceable>config-filename</replaceable></option></arg>
|
||||
<arg><option>-i</option></arg>
|
||||
<arg><option>-m <replaceable>file</replaceable></option></arg>
|
||||
<arg><option>-n</option></arg>
|
||||
<arg><option>-p <replaceable>data_path</replaceable></option></arg>
|
||||
@@ -56,6 +57,7 @@
|
||||
<arg><option>--data-path</option> <replaceable>directory</replaceable></arg>
|
||||
<arg><option>--msgq-socket-file <replaceable>file</replaceable></option></arg>
|
||||
<arg><option>--no-cache</option></arg>
|
||||
<arg><option>--no-kill</option></arg>
|
||||
<arg><option>--pid-file</option> <replaceable>filename</replaceable></arg>
|
||||
<arg><option>--pretty-name <replaceable>name</replaceable></option></arg>
|
||||
<arg><option>--user <replaceable>user</replaceable></option></arg>
|
||||
@@ -155,6 +157,15 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-i</option>, <option>--no-kill</option></term>
|
||||
<listitem>
|
||||
<para>When this option is passed, <command>bind10</command>
|
||||
does not send SIGTERM and SIGKILL signals to modules during
|
||||
shutdown.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-u</option> <replaceable>user</replaceable>, <option>--user</option> <replaceable>name</replaceable></term>
|
||||
<!-- TODO: example more detail. -->
|
||||
|
Reference in New Issue
Block a user