KIM_JONG_JUICEBOX@beehaw.orgtoTechnology@beehaw.org•All programs should tell you where they store config files
0·
1 year agoStart your application / program with “strace” and see all the files it opens.
Also run “lsof” on a running process to see what files it has open.
Check out the Lemmy install docs