X-Git-Url: http://gitweb.michael.orlitzky.com/?p=amavis-logwatch.git;a=blobdiff_plain;f=amavis-logwatch;h=ffb502bda94271a8763908f7a59f123830d72565;hp=ac93cbcc6a667f3e2fdb609eecd83d4b66e5424a;hb=653f988ba163c74f3ebdb6e53f57db9d8e569b1f;hpb=63421f1c92403149be838c64ebb731778c148dde diff --git a/amavis-logwatch b/amavis-logwatch index ac93cbc..ffb502b 100644 --- a/amavis-logwatch +++ b/amavis-logwatch @@ -2047,7 +2047,10 @@ sub create_ignore_list() { push @ignore_list_final, qr/\bRUSAGE\b/; push @ignore_list_final, qr/: Sending .* to UNIX socket/; - push @ignore_list_final, qr/sd_notify \(no socket\): STATUS=Starting child process\(es\), ready for work./ + # Lines beginning with "sd_notify:" or "sd_notify (no socket):" + # describe what is being sent to the systemd notification socket, + # if one exists. + push @ignore_list_final, qr/^sd_notify( \(no socket\))?:/; } # Notes: