From 9669adeceb9cc6ac41ca4ea9b9bc3f89036fc569 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Fri, 10 Jul 2026 22:15:00 +0200 Subject: add linux compat --- config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 4920d42..6adf63a 100644 --- a/config.h +++ b/config.h @@ -36,7 +36,11 @@ * otherwise it will quit with an error. */ #ifndef LOG_FILE +#ifdef __OpenBSD__ #define LOG_FILE "/logs/vault.log" +#else +#define LOG_FILE "/var/log/vault.log" +#endif #endif /* The directory that contains the HTML template files */ -- cgit v1.2.3