New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Running rTorrent in Screen at boot up

Got problems with Bubba? Then this forum is for you.
Locked
netpage
Posts: 26
Joined: 04 Sep 2007, 13:36

Running rTorrent in Screen at boot up

Post 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.
Locked