summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-04-16 12:01:37 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-04-20 10:55:14 -0400
commitb83e43eb88879c7fb3114aafcc525356ff7d4235 (patch)
treeee91f09dea503112d13d4ec67ab8f947661b4795 /src/man/sssd.conf.5.xml
parentcdf4599ba44a6b17818cb5e77f3a727491b7e85e (diff)
downloadsssd-b83e43eb88879c7fb3114aafcc525356ff7d4235.tar.gz
sssd-b83e43eb88879c7fb3114aafcc525356ff7d4235.tar.xz
sssd-b83e43eb88879c7fb3114aafcc525356ff7d4235.zip
Make the monitor SIGKILL time configurable
https://fedorahosted.org/sssd/ticket/1119
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index c164d1215..efc7dfa97 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -206,6 +206,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>
</para>
</refsect2>