summaryrefslogtreecommitdiff
blob: 251128b7be78ae533434392346f46389934113a4 (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 /run/i2pd/i2pd.pid)
        endscript
}