Page 1 of 1

Running rTorrent in Screen at boot up

Posted: 12 Nov 2009, 20:52
by netpage
Living in a country where the power is currently going off around 4 or 5 times a day it became essential to set up my Bubba server to restart rTorrent automatically on reboot.

Having spent countless hours searching the web and trying various solutions I came across this site http://www.plouj.com/blog/2008/03/31/ho ... de-screen/ and it appears to be working using the crontab setting

Code: Select all

 @reboot /usr/bin/screen -fa -d -m -S torrent /usr/bin/rtorrent 
It was so easy to set up [no scripting involved :D ] that I felt I needed to share this information.