From a1019b0e4a6e042dbaa87a0dc9322720c8c21a2b Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 15 Feb 2023 11:28:53 +0100 Subject: [PATCH] copr/base: post logrotate scripts should ping to rsyslog.pid, not syslog.pid --- roles/copr/base/files/syslog-logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/base/files/syslog-logrotate b/roles/copr/base/files/syslog-logrotate index 7028290a18..ca004c8cc6 100644 --- a/roles/copr/base/files/syslog-logrotate +++ b/roles/copr/base/files/syslog-logrotate @@ -6,7 +6,7 @@ { sharedscripts postrotate - /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true + /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true endscript daily rotate 7