Page 1 of 1

Init Scripts

Posted: Sun May 30, 2010 12:04 am
by c228182
I did this:
http://dev.deluge-torrent.org/wiki/User ... ipt/Ubuntu

But at the boot deluged and deluge-web don't start.

Re: Init Scripts

Posted: Sun May 30, 2010 12:12 pm
by c228182
up

Re: Init Scripts

Posted: Sun May 30, 2010 10:03 pm
by c228182
up

Re: Init Scripts

Posted: Mon May 31, 2010 1:29 pm
by c228182
up :x

Re: Init Scripts

Posted: Thu Jun 03, 2010 1:17 am
by olmari
Well did you create the user for deluge you assumingly did write into that /etc/default/deluge-daemon?

Re: Init Scripts

Posted: Thu Jun 03, 2010 4:58 pm
by c228182
Yes

Re: Init Scripts

Posted: Sat Jun 05, 2010 1:30 am
by olmari
Well, this is how I did create mine user, I hope this will help you with the issue...

Code: Select all

sudo addgroup --system deluge
sudo adduser --system --home /var/lib/deluge --gecos "Deluge daemon user" --ingroup deluge --disabled-password --disabled-login deluge
Ofcourse your homedir for the deluge could be anywhere, but I created in /var/lib/deluge as most if´of other programs that generates own users tends to use /var/lib too...