diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-11-19 13:46:35 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-11-22 08:54:14 -0500 |
commit | 685f34e2ca90a761feab79e348faa22adf44954a (patch) | |
tree | b653fcd279adeb86adfb801928a1e847aad817d0 /src/man | |
parent | f778b38f8d8a04e0afcb8b704dc864bfe0ac2f3a (diff) | |
download | sssd-685f34e2ca90a761feab79e348faa22adf44954a.tar.gz sssd-685f34e2ca90a761feab79e348faa22adf44954a.tar.bz2 sssd-685f34e2ca90a761feab79e348faa22adf44954a.zip |
Add signal documentation to sssd(8)
https://fedorahosted.org/sssd/ticket/665
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.8.xml | 35 |
1 files changed, 35 insertions, 0 deletions
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 @@ </variablelist> </refsect1> + <refsect1> + <title>Signals</title> + <variablelist remap='IP'> + <varlistentry> + <term>SIGTERM/SIGINT</term> + <listitem> + <para> + Informs the SSSD to gracefully terminate all of its + child processes and then shut down the monitor. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>SIGHUP</term> + <listitem> + <para> + 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. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term>SIGUSR1</term> + <listitem> + <para> + Tells the SSSD to simulate offline operation for one + minute. This is mostly useful for testing purposes. + </para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + <refsect1 id='see_also'> <title>SEE ALSO</title> <para> |