Files
kisulay/net-vpn/i2pd/files/i2pd-2.57.0.logrotate

14 lines
298 B
Plaintext

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