myvesta/install/ubuntu/18.10/logrotate/vesta
2019-04-15 14:08:16 +03:00

8 lines
110 B
Plaintext

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