42wim/matterircd

Mkdir ~/.config

Closed this issue · 1 comments

Matterircd seems to try to mkdir ~/.config no matter how it's started (--help, --conf). I noticed when starting in a systemd service with a system user where matterircd tried to create /.config (and failed due to lack of permissions)

42wim commented

that was because I enabled gops by default on master, to track down some memory leaks.
I've put it after a boolean now (default disabled).

This should fix your issue