ansible-role-chill/templates/logrotate/chill

17 lines
219 B
Plaintext
Raw Normal View History

/var/log/chill/default-*.log {
su php-fpm php-fpm
rotate 90
daily
compress
missingok
notifempty
}
/var/log/apt/privacy-*.log {
su php-fpm php-fpm
rotate 180
daily
compress
missingok
notifempty
}