summaryrefslogtreecommitdiff
path: root/net-p2p/rtorrent/files/rtorrentd_at.service
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/rtorrent/files/rtorrentd_at.service')
-rw-r--r--net-p2p/rtorrent/files/rtorrentd_at.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-p2p/rtorrent/files/rtorrentd_at.service b/net-p2p/rtorrent/files/rtorrentd_at.service
deleted file mode 100644
index 991ba930c7f8..000000000000
--- a/net-p2p/rtorrent/files/rtorrentd_at.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=rTorrent
-Requires=network.target local-fs.target
-
-[Service]
-Type=forking
-RemainAfterExit=yes
-KillMode=none
-User=%I
-ExecStart=/usr/bin/screen -d -m -S rtorrentd /usr/bin/rtorrent
-ExecStop=/usr/bin/screen -S rtorrentd -X quit
-WorkingDirectory=/home/%I/
-
-[Install]
-WantedBy=multi-user.target