From d24d26c4bc9e9a1d0554f5a1b521bda75d9d2211 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 15 Nov 2017 17:11:34 +0100 Subject: testing: Disable logging via journal in charon-systemd This avoids duplicate log messages as we already log via syslog to get daemon.log. --- testing/hosts/default/etc/strongswan.conf.testing | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/hosts/default/etc/strongswan.conf.testing b/testing/hosts/default/etc/strongswan.conf.testing index 976f9a7b8..1960be169 100644 --- a/testing/hosts/default/etc/strongswan.conf.testing +++ b/testing/hosts/default/etc/strongswan.conf.testing @@ -16,6 +16,9 @@ charon-systemd { default = 0 } } + journal { + default = -1 + } } include strongswan.conf -- cgit v1.2.3