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