New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/31690#issuecomment-901016632 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` Fixed, :( programming is hard.