You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-vpn/i2pd/files/i2pd-2.38.0-r1.logrotate

14 lines
294 B

/var/log/i2pd.log {
rotate 4
weekly
missingok
notifempty
create 640 i2pd i2pd
postrotate
if [ -f /run/i2pd/i2pd.pid ]; then
/bin/kill -HUP $(/bin/cat /run/i2pd/i2pd.pid)
fi
endscript
}