summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2026-07-10 22:15:00 +0200
committerVincent Douillet <vincent@vdouillet.fr>2026-07-10 22:15:00 +0200
commit9669adeceb9cc6ac41ca4ea9b9bc3f89036fc569 (patch)
treecfae231b3b4b937fd4e42fa1b5e0f8a95132cec1 /config.h
parentc5c9cc569178e732ff3fb81d74050c18667bdec4 (diff)
add linux compatHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 4 insertions, 0 deletions
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 */