Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 624540 - net-voip/murmur: Support SIGHUP and SIGUSR1
Summary: net-voip/murmur: Support SIGHUP and SIGUSR1
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Kenton Groombridge
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-11 10:57 UTC by Aaron W. Swenson
Modified: 2022-07-03 02:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.