aboutsummaryrefslogtreecommitdiffstats
path: root/community/rspamd/rspamd.logrotated
blob: 2a443f2de2a60bc34bedeea373bec39f20ee7e4f (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/rspamd/*log {
    daily
    rotate 10
    missingok
    notifempty
    compress
    sharedscripts
    postrotate
        /etc/init.d/rspamd --ifstarted --quiet reopen
    endscript
}