something about deluge auto-start

General support for problems installing or using Deluge
Post Reply
iphone4s

something about deluge auto-start

Post by iphone4s »

my seedbox's system is ubuntu 10.04 ~ , i have installed deluged/deluge-web ,and make it auto-start (by edit /etc/rc.local)

Code: Select all

deluged
screen -fa -d -m -S deluge-web deluge-web
it works when the system restart , but when i occasionally want to restart deluged , i just 'killall deluged' and then use the command the same with above , but i can't see any torrents in the deluge-web , seems it's a different session i have opened , it must be some Environment variable problem, but i don't what it is , and how is the right way to do so .

thanks for any help or information ! :)
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: something about deluge auto-start

Post by Cas »

You do not need to use screen for deluge-web just fork it to the background with '-f'

The best way to have it start on boot is to use an init script
Post Reply