myvesta/install/debian/11/logrotate/vesta
2021-07-16 11:30:57 +02:00

8 lines
110 B
Plaintext

/usr/local/vesta/log/*.log {
missingok
notifempty
size 30k
yearly
create 0600 root root
}