mirror of
https://github.com/ovh/the-bastion.git
synced 2024-11-13 03:35:27 +08:00
15 lines
300 B
Text
15 lines
300 B
Text
/var/log/bastion/bastion*.log {
|
|
notifempty
|
|
missingok
|
|
rotate 365
|
|
daily
|
|
compress
|
|
delaycompress
|
|
create 0640 root adm
|
|
dateext
|
|
sharedscripts
|
|
postrotate
|
|
invoke-rc.d syslog-ng reload > /dev/null
|
|
endscript
|
|
}
|
|
|