public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan-Frode Myklebust <janfrode@tanso.net>
To: git-commits@fedoraproject.org
Subject: [rpms/trafficserver] trafficserver-10.1.3-1: Add systemd service-file for trafficserver. Also suggested this as the upstream
Date: Wed, 15 Jul 2026 16:44:50 GMT [thread overview]
Message-ID: <178413389088.1.14968630269143704980.rpms-trafficserver-87d1acf77961@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/trafficserver
Branch : trafficserver-10.1.3-1
Commit : 87d1acf7796172c913e509cb9964af679a4fdeb2
Author : Jan-Frode Myklebust <janfrode@tanso.net>
Date : 2012-03-18T19:45:36+01:00
Stats : +13/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/trafficserver/c/87d1acf7796172c913e509cb9964af679a4fdeb2?branch=trafficserver-10.1.3-1
Log:
Add systemd service-file for trafficserver. Also suggested this as the upstream
service file in https://issues.apache.org/jira/browse/TS-1148
---
diff --git a/trafficserver.service b/trafficserver.service
new file mode 100644
index 0000000..7edf9c8
--- /dev/null
+++ b/trafficserver.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Apache Traffic Server is a fast, scalable and extensible caching proxy server.
+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
+
+[Install]
+WantedBy=multi-user.target
reply other threads:[~2026-07-15 16:44 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=178413389088.1.14968630269143704980.rpms-trafficserver-87d1acf77961@fedoraproject.org \
--to=janfrode@tanso.net \
--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