summaryrefslogtreecommitdiff
blob: 41e55e6a742701ba3cb2663b8e324740bd6bc3c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/i2pd.log {
        rotate 4
        weekly
        missingok
        notifempty
        create 640 i2pd i2pd
        postrotate
                /bin/kill -HUP $(cat /var/run/i2pd.pid)
        endscript
}