Hi, This would be a good idea. Copied directly from topperh's blog. I don't know how to contact him. Attachments coming.
Created attachment 174923 [details] conf file
Created attachment 174924 [details] init file He has built in support for "dtach" - I suppose that is the only way to get rtorrent running in the background, but I personally would use screen. I'm not going to 'waste' my time if you are completely against this though (or just plan don't want to) ;) Please consider.
(In reply to comment #2) > Created an attachment (id=174924) [edit] > init file Well, to use screen instead: - --exec /usr/bin/dtach -- -n $SOCKET /usr/bin/rtorrent + --exec /usr/bin/screen -- -dmS rtorrentd /usr/bin/rtorrent And that basically makes the conf file useless. Maybe a USE flag to depend on app-misc/screen? =)
(In reply to comment #0) > Hi, This would be a good idea. Copied directly from topperh's blog. I don't > know how to contact him. Attachments coming. > No problem for copy/paste from my blog, if interested the original post is here: http://topperh.blogspot.com/2008/10/automatic-tv-series-download-using.html
Added USE=daemon to rdepend on app-misc/screen and added myself to metadata for init scripts like we talked about. (Thanks Topper!)
(In reply to comment #5) > Added USE=daemon to rdepend on app-misc/screen and added myself to metadata for > init scripts like we talked about. (Thanks Topper!) > Thank You.