]> the.earth.li Git - onak.git/blob - debian/onak.logrotate
Update Travis CI to use Ubuntu 18.04 instead of 16.04
[onak.git] / debian / onak.logrotate
1 /var/log/onak.log
2 {
3         create 644 onak adm
4         missingok
5         notifempty
6         rotate 4
7         weekly
8         compress
9         delaycompress
10 }