myvesta/install/ubuntu/16.04/logrotate/vesta
2016-11-22 16:55:09 +02:00

8 lines
110 B
Plaintext

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