From d260ed31d2f39480929c2d8502f070eeb4480e2d Mon Sep 17 00:00:00 2001 From: Vincent Laffargue Date: Tue, 12 Mar 2024 04:42:36 +0100 Subject: [PATCH] Maintain backward compatibility Postfix SYSTEMD_UNIT --- config/filter.d/postfix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/postfix.conf b/config/filter.d/postfix.conf index ab9d47c5..1e9e06f0 100644 --- a/config/filter.d/postfix.conf +++ b/config/filter.d/postfix.conf @@ -76,6 +76,6 @@ ignoreregex = [Init] -journalmatch = _SYSTEMD_UNIT=postfix@-.service +journalmatch = _SYSTEMD_UNIT=postfix.service _SYSTEMD_UNIT=postfix@-.service # Author: Cyril Jaquier