summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-31 18:58:59 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-31 18:58:59 +0200
commitbc7c9e686ed24acc8d690f32d184c516858c77a1 (patch)
treeadcfbb19cd7470cdafc794ab676dc3646b510d2f /doc
parenteb1fdc105cf2ea0afe3922e06b614622294d017f (diff)
downloadexchange-bc7c9e686ed24acc8d690f32d184c516858c77a1.tar.gz
exchange-bc7c9e686ed24acc8d690f32d184c516858c77a1.tar.bz2
exchange-bc7c9e686ed24acc8d690f32d184c516858c77a1.zip
implementing #3474
Diffstat (limited to 'doc')
-rw-r--r--doc/taler-exchange-httpd.111
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/taler-exchange-httpd.1 b/doc/taler-exchange-httpd.1
index 959f1ec76..2f0c37f6a 100644
--- a/doc/taler-exchange-httpd.1
+++ b/doc/taler-exchange-httpd.1
@@ -32,6 +32,17 @@ This option is only available if the exchange was compiled with the configure op
.IP \"-t SECONDS, \-\-timeout=SECONDS"
Specifies the number of SECONDS after which the HTTPD should close (idle) HTTP connections.
+.SH SIGNALS
+.B
+.IP SIGUSR1
+Sending a SIGUSR1 to the process will cause it to reload denomination and signing keys.
+.B
+.IP SIGTERM
+Sending a SIGTERM to the process will cause it to shutdown cleanly.
+.B
+.IP SIGHUP
+Sending a SIGHUP to the process will cause it to re-execute the taler\-exchange\-httpd binary in the PATH, passing it the existing listen socket. Then the old server process will automatically exit after it is done handling existing client connections; the new server process will accept and handle new client connections.
+
.SH BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <taler@gnu.org>