Difference between revisions of "Transmission"
From Organic Design wiki
(must be associated with a display) |
m |
||
Line 1: | Line 1: | ||
+ | [http://www.transmissionbt.com Transmission] is the default P2P torrent downloading application that comes with Ubuntu. | ||
+ | |||
== Starting and stopping on schedule == | == Starting and stopping on schedule == | ||
To run ''transmission'' from the [[w:crontab|crontab]] (''/etc/crontab''), it must be associated with a display as follows: | To run ''transmission'' from the [[w:crontab|crontab]] (''/etc/crontab''), it must be associated with a display as follows: | ||
Line 7: | Line 9: | ||
== See also == | == See also == | ||
+ | *[http://www.transmissionbt.com Official website] | ||
[[Category:Software]] | [[Category:Software]] |
Revision as of 11:37, 10 September 2008
Transmission is the default P2P torrent downloading application that comes with Ubuntu.
Starting and stopping on schedule
To run transmission from the crontab (/etc/crontab), it must be associated with a display as follows:
0 0 * * * username transmission --display=:0 0 8 * * * username transmission --display=:0 --quit