summaryrefslogtreecommitdiff
blob: 790cd2a2693d057a3f54e5ff003320832bfbfa65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/var/log/i2pd.log {
        rotate 4
        weekly
        missingok
        notifempty
        compress
        delaycompress
        copytruncate
        create 640 i2pd i2pd
        postrotate
                /etc/init.d/i2pd restart >/dev/null
        endscript
}