summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-11-05 10:55:05 -0500
committerJakub Hrozek <jhrozek@redhat.com>2012-11-11 23:39:37 +0100
commit784d25fbf9bea4a988ce1db687c0eecf9cf6226b (patch)
treefdc3f235312ce7dc798b5e7bf09acc9759bd5dd3
parentc7cfb75986bb803e3b743b631316487702ffab50 (diff)
downloadsssd-784d25fbf9bea4a988ce1db687c0eecf9cf6226b.tar.gz
sssd-784d25fbf9bea4a988ce1db687c0eecf9cf6226b.tar.xz
sssd-784d25fbf9bea4a988ce1db687c0eecf9cf6226b.zip
MAN: Specify the correct location for the force_timeout option
-rw-r--r--src/man/sssd.conf.5.xml48
1 files changed, 32 insertions, 16 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index c818b97d8..cae413ddc 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -203,22 +203,6 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>force_timeout (integer)</term>
- <listitem>
- <para>
- If a service is not responding to ping checks (see
- the <quote>timeout</quote> option), it is first sent
- the SIGTERM signal that instructs it to quit gracefully.
- If the service does not terminate after <quote>force_timeout</quote>
- seconds, the monitor will forcibly shut it down by
- sending a SIGKILL signal.
- </para>
- <para>
- Default: 60
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term>default_domain_suffix (string)</term>
<listitem>
<para>
@@ -347,6 +331,22 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>force_timeout (integer)</term>
+ <listitem>
+ <para>
+ If a service is not responding to ping checks (see
+ the <quote>timeout</quote> option), it is first sent
+ the SIGTERM signal that instructs it to quit gracefully.
+ If the service does not terminate after <quote>force_timeout</quote>
+ seconds, the monitor will forcibly shut it down by
+ sending a SIGKILL signal.
+ </para>
+ <para>
+ Default: 60
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>
@@ -974,6 +974,22 @@ override_homedir = /home/%u
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>force_timeout (integer)</term>
+ <listitem>
+ <para>
+ If a service is not responding to ping checks (see
+ the <quote>timeout</quote> option), it is first sent
+ the SIGTERM signal that instructs it to quit gracefully.
+ If the service does not terminate after <quote>force_timeout</quote>
+ seconds, the monitor will forcibly shut it down by
+ sending a SIGKILL signal.
+ </para>
+ <para>
+ Default: 60
+ </para>
+ </listitem>
+ </varlistentry>
<varlistentry>
<term>entry_cache_timeout (integer)</term>