Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 624540

Summary: net-voip/murmur: Support SIGHUP and SIGUSR1
Product: Gentoo Linux Reporter: Aaron W. Swenson <titanofold>
Component: Current packagesAssignee: Kenton Groombridge <concord>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Aaron W. Swenson gentoo-dev 2017-07-11 10:57:49 UTC
From this commit: https://github.com/mumble-voip/mumble/commit/6749835aec1419fdea17ff98b9313baeab6e470c

The upcoming release of murmur will handle two new signals: SIGHUP and SIGUSR1.

SIGHUP: Perform a log rotation. This causes murmurd to re-open its log file.

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.


Obviously, easy log rotation would be nice.

I use Let's Encrypt, and having an easy way to tell getssl to reload murmur without kicking everyone off would be nice.