From 93082ead79e87c0e935ad34735612afd928fb1f4 Mon Sep 17 00:00:00 2001 From: Vincent Laffargue Date: Sun, 10 Mar 2024 10:10:03 +0100 Subject: [PATCH] Change journalmatch postfix --- 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 b88faf7b..ab9d47c5 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 # Author: Cyril Jaquier