Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/rtorrent/files: rtorrentd_at.service
Date: Tue, 01 Jul 2014 19:31:49
Message-Id: 20140701193146.1B79C2004F@flycatcher.gentoo.org
1 pacho 14/07/01 19:31:45
2
3 Added: rtorrentd_at.service
4 Log:
5 Add unit file (#513296 by Michael Cook)
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 net-p2p/rtorrent/files/rtorrentd_at.service
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/rtorrent/files/rtorrentd_at.service?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/rtorrent/files/rtorrentd_at.service?rev=1.1&content-type=text/plain
14
15 Index: rtorrentd_at.service
16 ===================================================================
17 [Unit]
18 Description=rTorrent
19 requires=network.target local-fs.target
20
21 [Service]
22 Type=forking
23 RemainAfterExit=yes
24 KillMode=none
25 User=%I
26 ExecStart=/usr/bin/screen -d -m -S rtorrentd /usr/bin/rtorrent
27 ExecStop=/usr/bin/screen -S rtorrentd -X quit
28 WorkingDirectory=/home/%I/
29
30 [Install]
31 WantedBy=multi-user.target