Re: how to provide Fedora torrent in background?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



thank you!

after some searching and trying i found "qbittorrent-nox" useful

* created a own user for it in the group "nobody"
* userhome points in the data directory where all files are saved later
* provides a nice webinterface
* after the next start it resumes whatever happened
* negative: you can limit upload but if you do so only to 50 KB/s, i had 250 KB/s in mind

well, and that way it works as systemd-unit, not trie dhow it continues to seed
after restart because i need to re-download by find no way to recognize the
existing one

[root@srv-rhsoft:/etc/systemd/system]$ systemctl status torrent.service
torrent.service - Torrent-Tracker
   Loaded: loaded (/etc/systemd/system/torrent.service; disabled)
   Active: active (running) since Sa 2013-11-16 02:52:12 CET; 3s ago
 Main PID: 1928 (qbittorrent-nox)
   CGroup: name=systemd:/system/torrent.service
           └─1928 /usr/bin/qbittorrent-nox --webui-port=8081
__________________________________________________________________________________

[root@srv-rhsoft:/etc/systemd/system]$ cat /etc/systemd/system/torrent.service
[Unit]
Description=Torrent-Tracker
After=network.service network-wlan-bridge.service dhcpd.service named.service

[Service]
Type=simple
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8081
User=qbittorrent
Group=nobody

PrivateTmp=true
CapabilityBoundingSet=~CAP_SYS_PTRACE
ReadOnlyDirectories=/etc
ReadOnlyDirectories=/usr
InaccessibleDirectories=/boot
InaccessibleDirectories=/root
InaccessibleDirectories=/var/lib/rpm
InaccessibleDirectories=/var/lib/yum

[Install]
WantedBy=multi-user.target
__________________________________________________________________________________

Am 16.11.2013 02:07, schrieb Miro Hrončok:
> Transmission offers a daemon that can be controlled over cli and/or web interface.
> 
> So 16. listopad 2013, 00:42:14 CET, Reindl Harald napsal:
>> Hi
>>
>> I am currently downloading the latest F20 beta for both DVD/Live-CD
>> with kTorrent and since i have a 15 mbit unlimited upstream I would
>> like to share these torrents completly in backgroun dwith a limited
>> bandwith so that it is a) independent from the desktop session and
>> b) may work automatically after a reboot
>>
>> is there some tool/script to achieve this?

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux