diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-11-05 10:55:05 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-11-08 11:12:25 +0100 |
commit | 144f36de56fdad2f373df21fc3c785bd8cd305e7 (patch) | |
tree | ca6b8f83d53c2957a896349147446f4a052944fb /src/man/sssd.conf.5.xml | |
parent | 157223dce84e1fb8aa1edbb02dce02a0e4f76f2b (diff) | |
download | sssd-144f36de56fdad2f373df21fc3c785bd8cd305e7.tar.gz sssd-144f36de56fdad2f373df21fc3c785bd8cd305e7.tar.xz sssd-144f36de56fdad2f373df21fc3c785bd8cd305e7.zip |
MAN: Specify the correct location for the force_timeout option
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r-- | src/man/sssd.conf.5.xml | 48 |
1 files changed, 32 insertions, 16 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index f0c3b606e..33d99c758 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> @@ -975,6 +975,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> |