Change seeding limit in deluged set up with systemd

General support for problems installing or using Deluge
Post Reply
romainfallet
New User
New User
Posts: 2
Joined: Sun Mar 06, 2022 2:03 pm

Change seeding limit in deluged set up with systemd

Post 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!
mhertz
Moderator
Moderator
Posts: 2331
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Change seeding limit in deluged set up with systemd

Post by mhertz »

Make sure deluged isn't running, before manually editing core.conf. Alternatively, you can use 'deluge-console config -s <option> <value>'.
romainfallet
New User
New User
Posts: 2
Joined: Sun Mar 06, 2022 2:03 pm

Re: Change seeding limit in deluged set up with systemd

Post by romainfallet »

Thanks a lot! It was effectively running
Post Reply