From 120980beba47758d7627038760382ee57f0d33ab Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 26 Feb 2009 18:51:31 +0300 Subject: * Fix logging when process is starting * Add -t option for config testing * Try to search default config in install prefix not in current directory --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index fab8a9040..8661346f1 100644 --- a/src/main.h +++ b/src/main.h @@ -17,7 +17,7 @@ #include "buffer.h" /* Default values */ -#define FIXED_CONFIG_FILE "./rspamd.conf" +#define FIXED_CONFIG_FILE CMAKE_PREFIX "/etc/rspamd.conf" /* Time in seconds to exit for old worker */ #define SOFT_SHUTDOWN_TIME 60 /* Default metric name */ -- cgit v1.2.3