public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/trafficserver] trafficserver-9.2.14-1: Remove pidfile from systemd service file. This is a type=simple
@ 2026-07-15 17:20 Jan-Frode Myklebust
  0 siblings, 0 replies; only message in thread
From: Jan-Frode Myklebust @ 2026-07-15 17:20 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/trafficserver
            Branch : trafficserver-9.2.14-1
            Commit : 8e7e067c9b32ebba07abb242999a1de6d0cfb179
            Author : Jan-Frode Myklebust <janfrode@tanso.net>
            Date   : 2012-03-22T09:28:16+01:00
            Stats  : +5/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/trafficserver/c/8e7e067c9b32ebba07abb242999a1de6d0cfb179?branch=trafficserver-9.2.14-1

            Log:
            Remove pidfile from systemd service file. This is a type=simple
service, so pidfile shouldn't be needed.

---
diff --git a/trafficserver.service b/trafficserver.service
index 7edf9c8..2e6a554 100644
--- a/trafficserver.service
+++ b/trafficserver.service
@@ -5,7 +5,6 @@ After=syslog.target network.target
 [Service]
 Type=simple
 EnvironmentFile=-/etc/sysconfig/trafficserver
-PIDFile=/var/run/trafficserver/cop.pid
 ExecStart=/usr/bin/traffic_cop $TC_DAEMON_ARGS
 ExecReload=/usr/bin/traffic_line -x
 

diff --git a/trafficserver.spec b/trafficserver.spec
index e19397d..8b0ed80 100644
--- a/trafficserver.spec
+++ b/trafficserver.spec
@@ -3,7 +3,7 @@
 Summary:	Fast, scalable and extensible HTTP/1.1 compliant caching proxy server
 Name:		trafficserver
 Version:	3.0.3
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Daemons
 Source0:	http://www.apache.org/dist/%{name}/%{name}-%{version}.tar.bz2
@@ -187,6 +187,10 @@ header files, and Apache httpd style module build system.
 %attr(0644,root,root) %{_libdir}/trafficserver/*.so
 
 %changelog
+* Thu Mar 22 2012 <janfrode@tanso.net> - 3.0.3-6
+- Remove pidfile from systemd service file. This is a type=simple
+  service, so pidfile shouldn't be needed.
+
 * Wed Mar 21 2012 <janfrode@tanso.net> - 3.0.3-5
 - Add systemd support.
 - Drop init.d-script on systemd-systems.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-15 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 17:20 [rpms/trafficserver] trafficserver-9.2.14-1: Remove pidfile from systemd service file. This is a type=simple Jan-Frode Myklebust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox