[transmission] add systemd unit (#659919) drop sysconfig file

kumarpraveen kumarpraveen at fedoraproject.org
Mon Sep 26 15:48:14 UTC 2011


commit 3d899b1e7c873e0136f209d1b916623f92d2b020
Author: Praveen <daredevil at localhost.localdomain>
Date:   Mon Sep 26 21:18:03 2011 +0530

    add systemd unit (#659919)
    drop sysconfig file

 transmission-daemon-systemd |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
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


More information about the scm-commits mailing list