myvesta/install/ubuntu/17.10/logrotate/vesta
2018-05-31 16:01:46 +03:00

8 lines
110 B
Plaintext

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