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!
Change seeding limit in deluged set up with systemd
-
- New User
- Posts: 2
- Joined: Sun Mar 06, 2022 2:03 pm
Re: Change seeding limit in deluged set up with systemd
Make sure deluged isn't running, before manually editing core.conf. Alternatively, you can use 'deluge-console config -s <option> <value>'.
-
- New User
- Posts: 2
- Joined: Sun Mar 06, 2022 2:03 pm
Re: Change seeding limit in deluged set up with systemd
Thanks a lot! It was effectively running