public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Praveen <daredevil@localhost.localdomain>
To: git-commits@fedoraproject.org
Subject: [rpms/transmission] epel10: add systemd unit (#659919)
Date: Mon, 20 Jul 2026 20:37:03 GMT [thread overview]
Message-ID: <178457982360.1.2762316969834770784.rpms-transmission-3d899b1e7c87@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/transmission
Branch : epel10
Commit : 3d899b1e7c873e0136f209d1b916623f92d2b020
Author : Praveen <daredevil@localhost.localdomain>
Date : 2011-09-26T21:18:03+05:30
Stats : +13/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/transmission/c/3d899b1e7c873e0136f209d1b916623f92d2b020?branch=epel10
Log:
add systemd unit (#659919)
drop sysconfig file
---
diff --git a/transmission-daemon-systemd b/transmission-daemon-systemd
new file mode 100644
index 0000000..c0ac6c2
--- /dev/null
+++ b/transmission-daemon-systemd
@@ -0,0 +1,13 @@
+# To customize, copy this file to /etc/systemd/system and edit there
+
+[Unit]
+Description=Transmission BT Client headless
+After=syslog.target network.target
+
+[Service]
+User=transmission
+ExecStart=/usr/bin/transmission-daemon -f -T --blocklist -g /var/lib/transmission/.config/transmission
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target
next reply other threads:[~2026-07-20 20:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-20 20:37 Praveen [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-07-20 20:37 [rpms/transmission] epel10: add systemd unit (#659919) Praveen
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=178457982360.1.2762316969834770784.rpms-transmission-3d899b1e7c87@fedoraproject.org \
--to=daredevil@localhost.localdomain \
--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