diff options
Diffstat (limited to 'src')
-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 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> |