You can use something like strace -eopen -f -o strace.out the_program to find all files that the program tried or succeeded to open. Then you can try to find the config file(s) in strace.out.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies: