summarylogtreecommitdiffstats
path: root/mldonkey.logrotate
blob: 40bd72e0047538d0188337a29e862776dc3480f1 (plain)
1
2
3
4
5
6
7
8
9
/var/log/mldonkey/mldonkey.log {
    monthly
    notifempty
    missingok
    compress
    postrotate
    service mldonkey condrestart > /dev/null
    endscript
}