New comment by jfcolom on void-packages repository https://github.com/void-linux/void-packages/issues/31690#issuecomment-901012340 Comment: ``deluged`` is now getting its configuration from /var/lib/deluge/.config instead of /var/lib/deluge/.config/deluge This breaks ``deluge-web`` service or, at any rate creates some inconsistency, as deluge-web gets its configuration from /var/lib/deluge/.config/deluge. Workaround: in /etc/sv/deluged/run, set the configuration path ` exec deluged -d -U deluge -g deluge -c /var/lib/deluge/.config/deluge ${OPTS} 2>&1` Another workaround: do not start deluged service (`sv start deluge`), but launch deluged process from the web interface offered by deluge-web.