nmav pushed to sniproxy (f22). "Server no longer starts as forking (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 11 14:59:05 UTC 2015


From b3ddb0c569aa65a8bc2303866fb4b90afe93b57b Mon Sep 17 00:00:00 2001
From: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date: Thu, 11 Jun 2015 16:53:30 +0200
Subject: Server no longer starts as forking

Resolves: rhbz#1202298

diff --git a/sniproxy.service b/sniproxy.service
index 22f2d7b..69c6caa 100644
--- a/sniproxy.service
+++ b/sniproxy.service
@@ -6,9 +6,9 @@ After=network-online.target
 
 [Service]
 PrivateTmp=true
-Type=forking
+Type=simple
 PIDFile=/var/run/sniproxy.pid
-ExecStart=/usr/sbin/sniproxy
+ExecStart=/usr/sbin/sniproxy -f
 ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]
diff --git a/sniproxy.spec b/sniproxy.spec
index 7faa3c0..6d6383a 100644
--- a/sniproxy.spec
+++ b/sniproxy.spec
@@ -3,7 +3,7 @@
 
 Name: sniproxy
 Version: 0.3.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Transparent TLS proxy
 
 Group: System Environment/Daemons
@@ -83,6 +83,9 @@ getent passwd sniproxy &>/dev/null || \
 %{_mandir}/man8/sniproxy.8*
 
 %changelog
+* Thu Jun 11 2015 Nikos Mavrogiannopoulos <nmav at redhat.com> - 0.3.6-2
+- Server no longer starts as forking
+
 * Thu Mar 12 2015 Nikos Mavrogiannopoulos <nmav at redhat.com> - 0.3.6-1
 - New upstream release
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/sniproxy.git/commit/?h=f22&id=b3ddb0c569aa65a8bc2303866fb4b90afe93b57b


More information about the scm-commits mailing list