Search found 3 matches

by Nablar
Sat Aug 06, 2016 1:30 pm
Forum: Support
Topic: Thin Client, auto start issues. Raspbian (jessie)
Replies: 4
Views: 6100

Re: Thin Client, auto start issues. Raspbian (jessie)

I found my fault now, but for some reason i had to go into /etc/default/deluged an set ENABLE_DELUGED=1
by Nablar
Fri Aug 05, 2016 7:45 pm
Forum: Support
Topic: Thin Client, auto start issues. Raspbian (jessie)
Replies: 4
Views: 6100

Re: Thin Client, auto start issues. Raspbian (jessie)

Thank you for you reply cas :) I did the following sudo nano /etc/systemd/system/deluged.service Than copied and pased in this from the guide [Unit] Description=Deluge Bittorrent Client Daemon After=network-online.target [Service] Type=simple User=deluge Group=deluge UMask=007 ExecStart=/usr/bin/del...
by Nablar
Fri Aug 05, 2016 7:25 pm
Forum: Support
Topic: Thin Client, auto start issues. Raspbian (jessie)
Replies: 4
Views: 6100

Thin Client, auto start issues. Raspbian (jessie)

I have been following three guides to install Deluge on my Raspberry Pi. My goal is to use the thin client from my windows 10 computer. First i followed this guide to install Deluge http://dev.deluge-torrent.org/wiki/Installing/Linux/Debian/Jessie Then i followed this to autostart Deluge http://dev....