* added debian/logrotate (thanks to kytv)

pull/308/head
hagen 9 years ago
parent b87f986a49
commit 0c87dd5624

13
debian/logrotate vendored

@ -0,0 +1,13 @@
/var/log/i2pd.log {
rotate 4
weekly
missingok
notifempty
compress
delaycompress
copytruncate
create 640 i2pd adm
postrotate
/etc/init.d/i2pd restart >/dev/null
endscript
}
Loading…
Cancel
Save