copr/base: post logrotate scripts should ping to rsyslog.pid, not syslog.pid

This commit is contained in:
Pavel Raiskup 2023-02-15 11:28:53 +01:00
parent e8d9a73e3e
commit a1019b0e4a

View file

@ -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