1diff --git a/src/config/config-parser.h b/src/config/config-parser.h
2index e0a0a5b..a7fd725 100644
3--- a/src/config/config-parser.h
4+++ b/src/config/config-parser.h
5@@ -1,7 +1,7 @@
6 #ifndef CONFIG_PARSER_H
7 #define CONFIG_PARSER_H
8
9-#define CONFIG_MODULE_DIR MODULEDIR"/settings"
10+#define CONFIG_MODULE_DIR "/run/current-system/sw/lib/dovecot/modules/settings"
11
12 #define IS_WHITE(c) ((c) == ' ' || (c) == '\t')