Page 1 of 1

something about deluge auto-start

Posted: Sun Oct 30, 2011 3:59 am
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 ! :)

Re: something about deluge auto-start

Posted: Tue Nov 01, 2011 2:48 pm
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