]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Enable systemd logging in systemd configuration.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 17 Sep 2015 13:27:48 +0000 (14:27 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 17 Sep 2015 13:27:48 +0000 (14:27 +0100)
conf/rspamd.systemd.conf

index 06dbe8599e37c0d4b3287910781d926edb7a327a..95643138a4f4e6c7ae82684ece46bd076e90453d 100644 (file)
@@ -6,6 +6,7 @@ options {
 
 logging {
     type = "console";
+    systemd = true;
     .include "$CONFDIR/logging.inc"
 }