URL: https://github.com/SSSD/sssd/pull/323
Author: amitkumar50
 Title: #323: MAN: The timeout option doesn't say after how many heartbeats 
will the process be killed
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/323/head:pr323
git checkout pr323
From 255d3e7f95c98747322ddf3e07f81b4350215a88 Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Fri, 14 Jul 2017 20:09:21 +0530
Subject: [PATCH] MAN: The timeout option doesn't say after how many heartbeats
 will the process be killed

Text added in timeout section of sssd.conf man page describing number of heartbeat missed before process self kills itself.

Resolves: https://pagure.io/SSSD/sssd/issue/3398
---
 src/man/sssd.conf.5.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 0f7822b29..7ac511633 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -161,7 +161,9 @@
                         <para>
                             Timeout in seconds between heartbeats for this
                             service. This is used to ensure that the process
-                            is alive and capable of answering requests.
+                            is alive and capable of answering requests. Note
+                            that after three missed heartbeats the process
+                            will terminate itself.
                         </para>
                         <para>
                             Default: 10
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to