forked from infra/ansible
pagure: Actually add the rsyslog-logrotate file.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
db3727afb1
commit
5f3f142be1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue