add bundle:rsyslogd
This commit is contained in:
parent
36dac3be7c
commit
39576fda38
6 changed files with 89 additions and 3 deletions
10
bundles/rsyslogd/files/logrotate.conf
Normal file
10
bundles/rsyslogd/files/logrotate.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
/var/log/rsyslog/*/*.log
|
||||
{
|
||||
rotate 4
|
||||
daily
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
delaycompress
|
||||
copytruncate
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue