42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Mkdir ~/.config #308

Closed repomaa closed 4 years ago

repomaa commented 4 years ago

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 4 years ago

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