I have seen this tutorial http://dev.deluge-torrent.org/wiki/UserGuide/InitScript I have logged in as nautilus to be able to add files and then made both files (deluge-daemon) and put then in their respective places below
/etc/default/deluge-daemon
/etc/init.d/deluge-daemon
I however get the below output
Code: Select all
xbmc@xbmc-desktop:~$ sudo chmod 755 /etc/init.d/deluge-daemon
xbmc@xbmc-desktop:~$ sudo update-rc.d deluge-daemon defaults
System start/stop links for /etc/init.d/deluge-daemon already exist.
xbmc@xbmc-desktop:~$ sudo /etc/init.d/deluge-daemon start
sudo: unable to execute /etc/init.d/deluge-daemon: No such file or directory
xbmc@xbmc-desktop:~$
also just confirming that what Im doing here is putting this script so that I just start up the deluge gui and then the script runs automatically and I wont have to put any commands in to run the webui and leave it running.