public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/coturn] epel10.2: Ensure that 'systemctl reload coturn' also reloads TLS certificate
@ 2026-06-11 10:36 Robert Scheck
0 siblings, 0 replies; only message in thread
From: Robert Scheck @ 2026-06-11 10:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/coturn
Branch : epel10.2
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=epel10.2
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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 10:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 10:36 [rpms/coturn] epel10.2: Ensure that 'systemctl reload coturn' also reloads TLS certificate Robert Scheck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox