How do I change the directory where daedalus stores its DB and logs in Linux?

Just found this. Instead of the symlink, I just did a bind mount into the original location in my home directory.

mount --bind /mnt/data/.../Daedalus /home/me/.local/share/Daedalus
4 Likes