Page 1 of 1

Change seeding limit in deluged set up with systemd

Posted: Sun Mar 06, 2022 2:19 pm
by romainfallet
Hello,

I followed this guide https://deluge.readthedocs.io/en/latest ... rvice.html to set up deluged daemon with systemd. I am using the deluge-console to interact with it in the command line.

Everything works fine but I would like to customize seeding limit settings. I saw that the JSON config file containing seeding settings is located under /var/lib/deluge/.config/deluge/core.conf.

But when I update it (or remove it) and then restart deluged daemon, the config file is reset/recreated to the default settings.

What am I doing wrong?

Thanks for your help!

Re: Change seeding limit in deluged set up with systemd

Posted: Sun Mar 06, 2022 2:54 pm
by mhertz
Make sure deluged isn't running, before manually editing core.conf. Alternatively, you can use 'deluge-console config -s <option> <value>'.

Re: Change seeding limit in deluged set up with systemd

Posted: Sun Mar 06, 2022 6:43 pm
by romainfallet
Thanks a lot! It was effectively running