Add logrotate support for backup apps

This commit is contained in:
Lance Edgar 2023-02-17 11:01:29 -06:00
parent a76d38c201
commit cde124b916
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/srv/envs/backup/app/log/rattail.log {
daily
missingok
rotate 30
compress
delaycompress
notifempty
create 600 rattail rattail
}