I did this:
http://dev.deluge-torrent.org/wiki/User ... ipt/Ubuntu
But at the boot deluged and deluge-web don't start.
Init Scripts
Re: Init Scripts
Well did you create the user for deluge you assumingly did write into that /etc/default/deluge-daemon?
Re: Init Scripts
Well, this is how I did create mine user, I hope this will help you with the issue...
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...
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