myvesta/install/ubuntu/16.10/logrotate/vesta
2016-12-13 15:53:57 +02:00

8 lines
110 B
Plaintext

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