From: Vsevolod Stakhov Date: Thu, 17 Sep 2015 13:27:48 +0000 (+0100) Subject: Enable systemd logging in systemd configuration. X-Git-Tag: 1.0.0~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fd9183656a965a62fbdc16b5f7f2258b176a643;p=thirdparty%2Frspamd.git Enable systemd logging in systemd configuration. --- diff --git a/conf/rspamd.systemd.conf b/conf/rspamd.systemd.conf index 06dbe8599e..95643138a4 100644 --- a/conf/rspamd.systemd.conf +++ b/conf/rspamd.systemd.conf @@ -6,6 +6,7 @@ options { logging { type = "console"; + systemd = true; .include "$CONFDIR/logging.inc" }