summaryrefslogtreecommitdiffstats
path: root/roundcubemail.logrotate
blob: 18e869513c6b4d9113531fd7e4b1d75b33f204bc (plain)
1
2
3
4
5
6
7
/var/log/roundcubemail/errors {
    missingok
    su root apache
    notifempty
    size 30k
    create 0660 root apache
}