Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-04-24 23:31:32 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-04-24 23:31:32 +0300
commit6749835aec1419fdea17ff98b9313baeab6e470c (patch)
tree2244105090d9cf9109b008790e60f05ed771e84c /man
parent2968a92b295ebe5f7ec07fa21a98fbb6b1ef436f (diff)
man: update murmurd.1 to mention SIGHUP and SIGUSR1.
This commit documents SIGHUP (log rotation) and SIGUSR1 (graceful TLS settings reload). Fixes mumble-voip/mumble#3031
Diffstat (limited to 'man')
-rw-r--r--man/murmurd.115
1 files changed, 15 insertions, 0 deletions
diff --git a/man/murmurd.1 b/man/murmurd.1
index e8a7957db..738fa669c 100644
--- a/man/murmurd.1
+++ b/man/murmurd.1
@@ -69,6 +69,21 @@ Remove all log entries from database.
.TP
.B \-version, \-\-version
Show version information.
+.SH SIGNALS
+.TP
+.BR SIGHUP
+Perform a log rotation.
+This causes murmurd to re-open its log file.
+.TP
+.BR SIGUSR1
+Gracefully reload the TLS settings specified in murmur.ini without interrupting service.
+
+When this signal is received, Murmur will apply the new TLS settings (certificate,
+private key, and Diffie-Hellman parameters) to all virtual servers that use the TLS settings
+from murmur.ini.
+
+Virtual servers that have overridden the settings from murmur.ini will not
+be affected by this signal. Those servers can be updated using the updateCertificate RPC call.
.SH SEE ALSO
.BR mumble (1),
.BR murmur\-user\-wrapper (1).