From b83e43eb88879c7fb3114aafcc525356ff7d4235 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 16 Apr 2012 12:01:37 +0200 Subject: Make the monitor SIGKILL time configurable https://fedorahosted.org/sssd/ticket/1119 --- src/man/sssd.conf.5.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index c164d121..efc7dfa9 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -206,6 +206,22 @@ + + force_timeout (integer) + + + If a service is not responding to ping checks (see + the timeout option), it is first sent + the SIGTERM signal that instructs it to quit gracefully. + If the service does not terminate after force_timeout + seconds, the monitor will forcibly shut it down by + sending a SIGKILL signal. + + + Default: 60 + + + -- cgit