summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-08-13 13:38:26 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-08-13 15:57:19 +0200
commit9ee8bf83ab1cb53e93111adb64c4a66e607d7115 (patch)
treed28c3c12f9a5af2ebe9125b978dede4f3f335be0 /src/man
parentef49e1d709c3cbb3eccbc22710964e1ffe2612c9 (diff)
downloadsssd-9ee8bf83ab1cb53e93111adb64c4a66e607d7115.tar.gz
sssd-9ee8bf83ab1cb53e93111adb64c4a66e607d7115.tar.xz
sssd-9ee8bf83ab1cb53e93111adb64c4a66e607d7115.zip
BE: Handle SIGUSR2
It was possible to send SIGUSR1 and to both sssd and sssd_be processes, but only possible to send SIGUSR2 to sssd. This patches fixes the dichotomy by making the sssd_be process handle SIGUSR2 as well. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Dan Lavu <dlavu@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd.8.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/man/sssd.8.xml b/src/man/sssd.8.xml
index 0e584cd26..923da6824 100644
--- a/src/man/sssd.8.xml
+++ b/src/man/sssd.8.xml
@@ -170,8 +170,11 @@
<term>SIGUSR1</term>
<listitem>
<para>
- Tells the SSSD to simulate offline operation for one
- minute. This is mostly useful for testing purposes.
+ Tells the SSSD to simulate offline operation for the
+ duration of the <quote>offline_timeout</quote>
+ parameter. This is useful for testing. The signal
+ can be sent to either the sssd process or any sssd_be
+ process directly.
</para>
</listitem>
</varlistentry>
@@ -179,8 +182,9 @@
<term>SIGUSR2</term>
<listitem>
<para>
- Tells the SSSD to go online immediately. This is mostly
- useful for testing purposes.
+ Tells the SSSD to go online immediately. This is
+ useful for testing. The signal can be sent to either
+ the sssd process or any sssd_be process directly.
</para>
</listitem>
</varlistentry>