I'm setting up a torrent box on Raspbian and I would like Deluge to run at startup automatically.
I want to be able to use the GTK UI on RPi3, as long as the Web UI and the ThinClient on other PCs, is that possible?
So far, I installed deluged, deluge-gtk and deluge-web:
Code: Select all
sudo apt-get install deluged deluge-gtk deluge-webAt Raspbian Jessie, I've seen there is a "thing" called systemd, which I don't quite understand. Do I need to mess with systemd's configurations to be able to run deluge at startup?