public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Robert Scheck <robert@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/coturn] f43: Ensure that 'systemctl reload coturn' also reloads TLS certificate
Date: Thu, 11 Jun 2026 10:35:59 GMT [thread overview]
Message-ID: <178117415969.1.13380365905776004125.rpms-coturn-11c4931f9776@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/coturn
Branch : f43
Commit : 11c4931f977633b8d0f74d740d80386531ab9d69
Author : Robert Scheck <robert@fedoraproject.org>
Date : 2026-06-11T12:35:22+02:00
Stats : +6/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/coturn/c/11c4931f977633b8d0f74d740d80386531ab9d69?branch=f43
Log:
Ensure that 'systemctl reload coturn' also reloads TLS certificate
---
diff --git a/coturn.service b/coturn.service
index abe19e9..3285085 100644
--- a/coturn.service
+++ b/coturn.service
@@ -10,7 +10,9 @@ Group=coturn
Type=notify
ExecStart=/usr/bin/turnserver -c /etc/coturn/turnserver.conf --pidfile /run/coturn/turnserver.pid --no-stdout-log
Restart=on-abort
+# Reload configuration and reload certificates
ExecReload=/bin/kill -HUP $MAINPID
+ExecReload=/bin/kill -USR2 $MAINPID
LimitCORE=infinity
LimitNOFILE=999999
diff --git a/coturn.spec b/coturn.spec
index f582c23..9db9748 100644
--- a/coturn.spec
+++ b/coturn.spec
@@ -1,6 +1,6 @@
Name: coturn
Version: 4.12.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: TURN/STUN & ICE Server
# MIT (src/{apps/relay/acme.c,server/ns_turn_khash.h} and BSD-3-Clause (the rest)
License: BSD-3-Clause AND MIT
@@ -226,6 +226,9 @@ ldd %{buildroot}%{_bindir}/turnserver | grep -q libsystemd.so
%{_includedir}/turn/client/*
%changelog
+* Thu Jun 11 2026 Robert Scheck <robert@fedoraproject.org> - 4.12.0-2
+- Ensure that 'systemctl reload coturn' also reloads TLS certificate
+
* Mon May 25 2026 Robert Scheck <robert@fedoraproject.org> - 4.12.0-1
- Upgrade to 4.12.0 (#2480998)
reply other threads:[~2026-06-11 10:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178117415969.1.13380365905776004125.rpms-coturn-11c4931f9776@fedoraproject.org \
--to=robert@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox