public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sslh] epel10: fix systemd unit variable bug
@ 2026-06-21 2:49 James Hogarth
0 siblings, 0 replies; only message in thread
From: James Hogarth @ 2026-06-21 2:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/sslh
Branch : epel10
Commit : d1ac2782381bbecc7c2894f62023443dc6acf428
Author : James Hogarth <james.hogarth@gmail.com>
Date : 2015-09-17T16:31:44+01:00
Stats : +3/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/sslh/c/d1ac2782381bbecc7c2894f62023443dc6acf428?branch=epel10
Log:
fix systemd unit variable bug
---
diff --git a/00-systemd-tuning.patch b/00-systemd-tuning.patch
index 52df1f6..e63410e 100644
--- a/00-systemd-tuning.patch
+++ b/00-systemd-tuning.patch
@@ -32,7 +32,7 @@ index c2a69fd..b4d0c49 100644
-EnvironmentFile=/etc/conf.d/sslh
-ExecStart=/usr/bin/sslh --foreground $DAEMON_OPTS
+EnvironmentFile=/etc/sysconfig/sslh
-+ExecStart=/usr/sbin/sslh ${DAEMON_OPTS}
++ExecStart=/usr/sbin/sslh $DAEMON_OPTS
KillMode=process
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_NET_ADMIN CAP_SETGID CAP_SETUID
+PrivateTmp=true
diff --git a/sslh.spec b/sslh.spec
index 837625e..e019c3d 100644
--- a/sslh.spec
+++ b/sslh.spec
@@ -98,6 +98,8 @@ exit 0
%changelog
+* Thu Sep 17 2015 James Hogarth <james.hogarth@gmail.com> - 1.17-4
+- Bug un systemd unit with incorrect variable usage BZ#1264140
* Mon Jul 20 2015 James Hogarth <james.hogarth@gmail.com> - 1.17-3
- Make sslh.cfg argument overrideable from sysconfig BZ#1221320
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-21 2:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-21 2:49 [rpms/sslh] epel10: fix systemd unit variable bug James Hogarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox