copr/base: post logrotate scripts should ping to rsyslog.pid, not syslog.pid
This commit is contained in:
parent
e8d9a73e3e
commit
a1019b0e4a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
sharedscripts
|
sharedscripts
|
||||||
postrotate
|
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
|
endscript
|
||||||
daily
|
daily
|
||||||
rotate 7
|
rotate 7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue