From 685f34e2ca90a761feab79e348faa22adf44954a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 19 Nov 2010 13:46:35 -0500 Subject: Add signal documentation to sssd(8) https://fedorahosted.org/sssd/ticket/665 --- src/man/sssd.8.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'src/man/sssd.8.xml') diff --git a/src/man/sssd.8.xml b/src/man/sssd.8.xml index 5e45a336..eaf37ca3 100644 --- a/src/man/sssd.8.xml +++ b/src/man/sssd.8.xml @@ -118,6 +118,41 @@ + + Signals + + + SIGTERM/SIGINT + + + Informs the SSSD to gracefully terminate all of its + child processes and then shut down the monitor. + + + + + SIGHUP + + + Tells the SSSD to stop writing to its current debug + file descriptors and to close and reopen them. This is + meant to facilitate log rolling with programs like + logrotate. + + + + + SIGUSR1 + + + Tells the SSSD to simulate offline operation for one + minute. This is mostly useful for testing purposes. + + + + + + SEE ALSO -- cgit