File chwala.logrotate of Package chwala

10
 
1
/var/log/chwala/*.log {
2
    missingok
3
    compress
4
    notifempty
5
    size 30k
6
    create 0660 apache apache
7
    su apache apache
8
}
9
10