From d1429f495fffa7ceae3fb90aa3a4a8fd166c11b5 Mon Sep 17 00:00:00 2001 From: Samuel Cabrero Date: Thu, 5 Sep 2024 12:29:23 +0200 Subject: [PATCH] MAN: Document SIGRTMIN+1 signal usage Signed-off-by: Samuel Cabrero --- src/man/sssd.8.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/man/sssd.8.xml b/src/man/sssd.8.xml index 867d97274dd..abd2cf2a170 100644 --- a/src/man/sssd.8.xml +++ b/src/man/sssd.8.xml @@ -204,6 +204,18 @@ + + SIGRTMIN+1 + + + Tells the SSSD to reschedule the periodic tasks. The + internal watchdog sends this signal to the providers + when a clock shift is detected although it can be sent + to any sssd_be process directly. + + + +